Update copyright notice
This commit is contained in:
parent
6bf8837e8f
commit
ed0603a675
16 changed files with 16 additions and 20 deletions
2
dub.json
2
dub.json
|
|
@ -5,7 +5,7 @@
|
||||||
"Michał Masiukiewicz", "Dawid Masiukiewicz"
|
"Michał Masiukiewicz", "Dawid Masiukiewicz"
|
||||||
],
|
],
|
||||||
"description": "Dynamic Entity Component System",
|
"description": "Dynamic Entity Component System",
|
||||||
"copyright": "Copyright © 2018-2019, Michał Masiukiewicz, Dawid Masiukiewicz",
|
"copyright": "Copyright © 2018-2023, Michał Masiukiewicz, Dawid Masiukiewicz",
|
||||||
"license": "BSD 3-clause",
|
"license": "BSD 3-clause",
|
||||||
"sourcePaths" : ["source\/"],
|
"sourcePaths" : ["source\/"],
|
||||||
"excludedSourceFiles":[
|
"excludedSourceFiles":[
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ It's internal code. Can be used for atomics if emscripten backend will be used.
|
||||||
This module contain atomic operations which include support for emscripten atomics functions.
|
This module contain atomic operations which include support for emscripten atomics functions.
|
||||||
Emscripten functions are contained in API similar to druntime.
|
Emscripten functions are contained in API similar to druntime.
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.atomic;
|
module bubel.ecs.atomic;
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ Struct EntitiesData
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.attributes;
|
module bubel.ecs.attributes;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ It's internal code.
|
||||||
|
|
||||||
Module contain memory allocator.
|
Module contain memory allocator.
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.block_allocator;
|
module bubel.ecs.block_allocator;
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ Struct System1
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.core;
|
module bubel.ecs.core;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Entity module.
|
Entity module.
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.entity;
|
module bubel.ecs.entity;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.events;
|
module bubel.ecs.events;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.hash_map;
|
module bubel.ecs.hash_map;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.id_manager;
|
module bubel.ecs.id_manager;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Most important module. Almost every function is called from EntityManager.
|
Most important module. Almost every function is called from EntityManager.
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.manager;
|
module bubel.ecs.manager;
|
||||||
|
|
@ -10,10 +10,6 @@ import std.algorithm : max;
|
||||||
import std.conv : to;
|
import std.conv : to;
|
||||||
import std.traits;
|
import std.traits;
|
||||||
|
|
||||||
//import core.atomic;
|
|
||||||
//import core.stdc.stdlib : qsort;
|
|
||||||
//import core.stdc.string;
|
|
||||||
|
|
||||||
import bubel.ecs.system; //not ordered as forward reference bug workaround
|
import bubel.ecs.system; //not ordered as forward reference bug workaround
|
||||||
import bubel.ecs.block_allocator;
|
import bubel.ecs.block_allocator;
|
||||||
import bubel.ecs.entity;
|
import bubel.ecs.entity;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module ecs;
|
module ecs;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.simple_vector;
|
module bubel.ecs.simple_vector;
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
It's internal code!
|
It's internal code!
|
||||||
This module contain implementation of standard functionality.
|
This module contain implementation of standard functionality.
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.std;
|
module bubel.ecs.std;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
System module.
|
System module.
|
||||||
|
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.system;
|
module bubel.ecs.system;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.traits;
|
module bubel.ecs.traits;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/************************************************************************************************************************
|
/************************************************************************************************************************
|
||||||
Copyright: Copyright © 2018-2019, Dawid Masiukiewicz, Michał Masiukiewicz
|
Copyright: Copyright © 2018-2023, Dawid Masiukiewicz, Michał Masiukiewicz
|
||||||
License: BSD 3-clause, see LICENSE file in project root folder.
|
License: BSD 3-clause, see LICENSE file in project root folder.
|
||||||
*/
|
*/
|
||||||
module bubel.ecs.vector;
|
module bubel.ecs.vector;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue