diff --git a/src/objectpool.c b/src/objectpool.c index d7bd9db3..0c54527c 100644 --- a/src/objectpool.c +++ b/src/objectpool.c @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #include "objectpool.h" #include "util.h" diff --git a/src/objectpool.h b/src/objectpool.h index 411d7f0a..a7754ecf 100644 --- a/src/objectpool.h +++ b/src/objectpool.h @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #pragma once diff --git a/src/objectpool_fake.c b/src/objectpool_fake.c index 615de7a3..721a50c5 100644 --- a/src/objectpool_fake.c +++ b/src/objectpool_fake.c @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #include "objectpool.h" #include "util.h" diff --git a/src/objectpool_util.c b/src/objectpool_util.c index aac4f475..b7b6cb6b 100644 --- a/src/objectpool_util.c +++ b/src/objectpool_util.c @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #include "objectpool_util.h" diff --git a/src/objectpool_util.h b/src/objectpool_util.h index 03094ca8..02b7f7da 100644 --- a/src/objectpool_util.h +++ b/src/objectpool_util.h @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #pragma once diff --git a/src/stageobjects.c b/src/stageobjects.c index f1470ca5..3e1851dd 100644 --- a/src/stageobjects.c +++ b/src/stageobjects.c @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #include "stageobjects.h" #include "projectile.h" diff --git a/src/stageobjects.h b/src/stageobjects.h index 43413d3a..1231c450 100644 --- a/src/stageobjects.h +++ b/src/stageobjects.h @@ -1,3 +1,10 @@ +/* + * This software is licensed under the terms of the MIT-License + * See COPYING for further information. + * --- + * Copyright (c) 2011-2017, Lukas Weber . + * Copyright (c) 2012-2017, Andrei Alexeyev . + */ #pragma once