From bae77d38e8ac75b706189e0b8922e963410ead75 Mon Sep 17 00:00:00 2001 From: Andrei Alexeyev <0x416b617269@gmail.com> Date: Wed, 20 Dec 2017 20:53:09 +0200 Subject: [PATCH] run update-copyright.py --- src/objectpool.c | 7 +++++++ src/objectpool.h | 7 +++++++ src/objectpool_fake.c | 7 +++++++ src/objectpool_util.c | 7 +++++++ src/objectpool_util.h | 7 +++++++ src/stageobjects.c | 7 +++++++ src/stageobjects.h | 7 +++++++ 7 files changed, 49 insertions(+) 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