]> git.seodisparate.com - EntityComponentMetaSystem/commit
Added License and legal related requirements
authorStephen Seo <seo.disparate@gmail.com>
Tue, 15 Mar 2016 10:29:13 +0000 (19:29 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 15 Mar 2016 10:29:13 +0000 (19:29 +0900)
commita00883037347eef60cc0cb9606da0afef36cb204
tree61d452ab0ada220a95e442a2511f140c3a6d89be
parentdbe291c7c61675fb40e03bf84a732897162089f3
Added License and legal related requirements

All source files in src/EC now has some text describing
attribution notice to the original work this work derives from.
15 files changed:
AttributionNotice [new file with mode: 0644]
LICENSE [new file with mode: 0644]
src/EC/Bitset.hpp
src/EC/EC.hpp
src/EC/Manager.hpp
src/EC/Meta/Combine.hpp
src/EC/Meta/Contains.hpp
src/EC/Meta/ContainsAll.hpp
src/EC/Meta/ForEach.hpp
src/EC/Meta/IndexOf.hpp
src/EC/Meta/Matching.hpp
src/EC/Meta/Meta.hpp
src/EC/Meta/Morph.hpp
src/EC/Meta/TypeList.hpp
src/EC/Meta/TypeListGet.hpp