diff --git a/examples/arch.c b/examples/arch.c index a810483..af7f148 100644 --- a/examples/arch.c +++ b/examples/arch.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/examples/example_base.h b/examples/example_base.h index 58540b6..518e0ef 100644 --- a/examples/example_base.h +++ b/examples/example_base.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/examples/orbit.c b/examples/orbit.c index 5c56eaf..3f264b0 100644 --- a/examples/orbit.c +++ b/examples/orbit.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/examples/pool.c b/examples/pool.c index f54a2c5..c5f8a22 100644 --- a/examples/pool.c +++ b/examples/pool.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/examples/pyramid.c b/examples/pyramid.c index acb8d0d..9634063 100644 --- a/examples/pyramid.c +++ b/examples/pyramid.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/examples/run_example.py b/examples/run_example.py index 3a78858..b7ac3d1 100644 --- a/examples/run_example.py +++ b/examples/run_example.py @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics Nova Physics Engine Example Runner Script diff --git a/include/novaphysics/aabb.h b/include/novaphysics/aabb.h index 5fa5c8d..badf65c 100644 --- a/include/novaphysics/aabb.h +++ b/include/novaphysics/aabb.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/body.h b/include/novaphysics/body.h index 4080a24..874a540 100644 --- a/include/novaphysics/body.h +++ b/include/novaphysics/body.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/collision.h b/include/novaphysics/collision.h index 208cceb..9b74f0e 100644 --- a/include/novaphysics/collision.h +++ b/include/novaphysics/collision.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/constants.h b/include/novaphysics/constants.h index cc2cf55..bde0f0d 100644 --- a/include/novaphysics/constants.h +++ b/include/novaphysics/constants.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/contact.h b/include/novaphysics/contact.h index 0727c14..9f1ca8f 100644 --- a/include/novaphysics/contact.h +++ b/include/novaphysics/contact.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/internal.h b/include/novaphysics/internal.h index 94165da..6fd473e 100644 --- a/include/novaphysics/internal.h +++ b/include/novaphysics/internal.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/math.h b/include/novaphysics/math.h index b7d61eb..5b0ee3b 100644 --- a/include/novaphysics/math.h +++ b/include/novaphysics/math.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/resolution.h b/include/novaphysics/resolution.h index 72cabde..6ea5d1b 100644 --- a/include/novaphysics/resolution.h +++ b/include/novaphysics/resolution.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/solver.h b/include/novaphysics/solver.h index 23aeaad..80b570d 100644 --- a/include/novaphysics/solver.h +++ b/include/novaphysics/solver.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/space.h b/include/novaphysics/space.h index 4394047..0d326c4 100644 --- a/include/novaphysics/space.h +++ b/include/novaphysics/space.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/include/novaphysics/vector.h b/include/novaphysics/vector.h index 0d37b9f..f6dc6f0 100644 --- a/include/novaphysics/vector.h +++ b/include/novaphysics/vector.h @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/body.c b/src/body.c index 0badd49..837e0c9 100644 --- a/src/body.c +++ b/src/body.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/collision.c b/src/collision.c index 992b82c..6bb1ed3 100644 --- a/src/collision.c +++ b/src/collision.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/contact.c b/src/contact.c index 2fa15b1..c3ca89c 100644 --- a/src/contact.c +++ b/src/contact.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/math.c b/src/math.c index 1d88242..a5d3d87 100644 --- a/src/math.c +++ b/src/math.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/resolution.c b/src/resolution.c index 7cb3328..d6ce157 100644 --- a/src/resolution.c +++ b/src/resolution.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/solver.c b/src/solver.c index eaef192..62906ec 100644 --- a/src/solver.c +++ b/src/solver.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/src/space.c b/src/space.c index 8bd845a..d42024f 100644 --- a/src/space.c +++ b/src/space.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */ diff --git a/tests/run_tests.py b/tests/run_tests.py index 7729b55..7e1902d 100644 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics Nova Physics Engine Unit Tests Runner diff --git a/tests/tests.c b/tests/tests.c index 63cd82c..235a9c8 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -4,7 +4,7 @@ project and distributed under the MIT license. Copyright © Kadir Aksoy - https://github.com/kadir014/Nova-Physics + https://github.com/kadir014/nova-physics */