From 1f65a9f79d493e633b51cd04c03c17810aa11ba0 Mon Sep 17 00:00:00 2001 From: Irlan Date: Tue, 26 Feb 2019 16:41:28 -0300 Subject: [PATCH] update license headers --- examples/hello_world/main.cpp | 2 +- examples/testbed/framework/body_dragger.cpp | 2 +- examples/testbed/framework/body_dragger.h | 2 +- examples/testbed/framework/cloth_dragger.cpp | 2 +- examples/testbed/framework/cloth_dragger.h | 2 +- examples/testbed/framework/draw.cpp | 2 +- examples/testbed/framework/draw.h | 2 +- examples/testbed/framework/draw_gl2.h | 2 +- examples/testbed/framework/json_profiler.cpp | 2 +- examples/testbed/framework/json_profiler.h | 2 +- examples/testbed/framework/main.cpp | 2 +- examples/testbed/framework/model.cpp | 2 +- examples/testbed/framework/model.h | 2 +- examples/testbed/framework/profiler.cpp | 2 +- examples/testbed/framework/profiler.h | 2 +- examples/testbed/framework/recorder_profiler.cpp | 2 +- examples/testbed/framework/recorder_profiler.h | 2 +- examples/testbed/framework/test.cpp | 2 +- examples/testbed/framework/test.h | 2 +- examples/testbed/framework/test_entries.cpp | 2 +- examples/testbed/framework/testbed_listener.h | 2 +- examples/testbed/framework/view.cpp | 2 +- examples/testbed/framework/view.h | 2 +- examples/testbed/framework/view_model.cpp | 2 +- examples/testbed/framework/view_model.h | 2 +- examples/testbed/tests/angular_motion.h | 2 +- examples/testbed/tests/body_types.h | 2 +- examples/testbed/tests/box_edge_contact.h | 2 +- examples/testbed/tests/box_face_contact.h | 2 +- examples/testbed/tests/box_stack.h | 2 +- examples/testbed/tests/capsule_collision.h | 2 +- examples/testbed/tests/capsule_spin.h | 2 +- examples/testbed/tests/capsule_stack.h | 2 +- examples/testbed/tests/character_test.h | 2 +- examples/testbed/tests/cluster.h | 2 +- examples/testbed/tests/collide_test.h | 2 +- examples/testbed/tests/compound_body.h | 2 +- examples/testbed/tests/cone_test.h | 2 +- examples/testbed/tests/convex_hull.h | 2 +- examples/testbed/tests/deep_capsule.h | 2 +- examples/testbed/tests/degenerate_capsule.h | 2 +- examples/testbed/tests/distance_test.h | 2 +- examples/testbed/tests/gyro_motion.h | 2 +- examples/testbed/tests/hinge_chain.h | 2 +- examples/testbed/tests/hinge_motor.h | 2 +- examples/testbed/tests/hull_collision.h | 2 +- examples/testbed/tests/hull_contact_test.h | 2 +- examples/testbed/tests/initial_overlap.h | 2 +- examples/testbed/tests/jenga.h | 2 +- examples/testbed/tests/linear_motion.h | 2 +- examples/testbed/tests/mass_spring.h | 2 +- examples/testbed/tests/mesh_contact_test.h | 2 +- examples/testbed/tests/multiple_pendulum.h | 2 +- examples/testbed/tests/newton_cradle.h | 2 +- examples/testbed/tests/particle_types.h | 2 +- examples/testbed/tests/pinned_cloth.h | 2 +- examples/testbed/tests/pyramid.h | 2 +- examples/testbed/tests/pyramids.h | 2 +- examples/testbed/tests/quadric_shapes.h | 2 +- examples/testbed/tests/ragdoll.h | 2 +- examples/testbed/tests/ray_cast.h | 2 +- examples/testbed/tests/rope_test.h | 2 +- examples/testbed/tests/self_collision.h | 2 +- examples/testbed/tests/sensor_test.h | 2 +- examples/testbed/tests/shape_stack.h | 2 +- examples/testbed/tests/sheet_stack.h | 2 +- examples/testbed/tests/shirt.h | 2 +- examples/testbed/tests/single_pendulum.h | 2 +- examples/testbed/tests/sphere_stack.h | 2 +- examples/testbed/tests/spring.h | 2 +- examples/testbed/tests/table_cloth.h | 2 +- examples/testbed/tests/tension_mapping.h | 2 +- examples/testbed/tests/tumbler.h | 2 +- examples/testbed/tests/varying_friction.h | 2 +- examples/testbed/tests/varying_restitution.h | 2 +- examples/testbed/tests/weld_test.h | 2 +- include/bounce/bounce.h | 2 +- include/bounce/cloth/cloth.h | 2 +- include/bounce/cloth/cloth_contact_solver.h | 2 +- include/bounce/cloth/cloth_mesh.h | 2 +- include/bounce/cloth/cloth_solver.h | 2 +- include/bounce/cloth/dense_vec3.h | 2 +- include/bounce/cloth/diag_mat33.h | 2 +- include/bounce/cloth/force.h | 2 +- include/bounce/cloth/garment/garment.h | 2 +- include/bounce/cloth/garment/garment_mesh.h | 2 +- include/bounce/cloth/garment/sewing_pattern.h | 2 +- include/bounce/cloth/particle.h | 2 +- include/bounce/cloth/sparse_sym_mat33.h | 2 +- include/bounce/cloth/spring_force.h | 2 +- include/bounce/collision/broad_phase.h | 2 +- include/bounce/collision/collision.h | 2 +- include/bounce/collision/gjk/gjk.h | 2 +- include/bounce/collision/gjk/gjk_proxy.h | 2 +- include/bounce/collision/sat/sat.h | 2 +- include/bounce/collision/sat/sat_edge_and_hull.h | 2 +- include/bounce/collision/sat/sat_vertex_and_hull.h | 2 +- include/bounce/collision/shapes/aabb3.h | 2 +- include/bounce/collision/shapes/box_hull.h | 2 +- include/bounce/collision/shapes/capsule.h | 2 +- include/bounce/collision/shapes/grid_mesh.h | 2 +- include/bounce/collision/shapes/hull.h | 2 +- include/bounce/collision/shapes/mesh.h | 2 +- include/bounce/collision/shapes/qhull.h | 2 +- include/bounce/collision/shapes/sphere.h | 2 +- include/bounce/collision/shapes/triangle_hull.h | 2 +- include/bounce/collision/trees/dynamic_tree.h | 2 +- include/bounce/collision/trees/static_tree.h | 2 +- include/bounce/common/draw.h | 2 +- include/bounce/common/geometry.h | 2 +- include/bounce/common/math/mat.h | 2 +- include/bounce/common/math/mat22.h | 2 +- include/bounce/common/math/mat33.h | 2 +- include/bounce/common/math/mat44.h | 2 +- include/bounce/common/math/math.h | 2 +- include/bounce/common/math/quat.h | 2 +- include/bounce/common/math/transform.h | 2 +- include/bounce/common/math/vec2.h | 2 +- include/bounce/common/math/vec3.h | 2 +- include/bounce/common/math/vec4.h | 2 +- include/bounce/common/memory/block_pool.h | 2 +- include/bounce/common/memory/stack_allocator.h | 2 +- include/bounce/common/settings.h | 2 +- include/bounce/common/template/array.h | 2 +- include/bounce/common/template/list.h | 2 +- include/bounce/common/template/object_array.h | 2 +- include/bounce/common/template/queue.h | 2 +- include/bounce/common/template/stack.h | 2 +- include/bounce/common/time.h | 2 +- include/bounce/dynamics/body.h | 2 +- include/bounce/dynamics/contact_manager.h | 2 +- include/bounce/dynamics/contacts/collide/clip.h | 2 +- include/bounce/dynamics/contacts/collide/collide.h | 2 +- include/bounce/dynamics/contacts/contact.h | 2 +- include/bounce/dynamics/contacts/contact_cluster.h | 2 +- include/bounce/dynamics/contacts/contact_solver.h | 2 +- include/bounce/dynamics/contacts/convex_contact.h | 2 +- include/bounce/dynamics/contacts/manifold.h | 2 +- include/bounce/dynamics/contacts/mesh_contact.h | 2 +- include/bounce/dynamics/island.h | 2 +- include/bounce/dynamics/joint_manager.h | 2 +- include/bounce/dynamics/joints/cone_joint.h | 2 +- include/bounce/dynamics/joints/joint.h | 2 +- include/bounce/dynamics/joints/joint_solver.h | 2 +- include/bounce/dynamics/joints/mouse_joint.h | 2 +- include/bounce/dynamics/joints/revolute_joint.h | 2 +- include/bounce/dynamics/joints/sphere_joint.h | 2 +- include/bounce/dynamics/joints/spring_joint.h | 2 +- include/bounce/dynamics/joints/weld_joint.h | 2 +- include/bounce/dynamics/shapes/capsule_shape.h | 2 +- include/bounce/dynamics/shapes/hull_shape.h | 2 +- include/bounce/dynamics/shapes/mesh_shape.h | 2 +- include/bounce/dynamics/shapes/shape.h | 2 +- include/bounce/dynamics/shapes/sphere_shape.h | 2 +- include/bounce/dynamics/time_step.h | 2 +- include/bounce/dynamics/world.h | 2 +- include/bounce/dynamics/world_listeners.h | 2 +- include/bounce/quickhull/qh_hull.h | 2 +- include/bounce/rope/rope.h | 2 +- include/bounce/rope/spatial.h | 2 +- src/bounce/cloth/cloth.cpp | 2 +- src/bounce/cloth/cloth_contact_solver.cpp | 2 +- src/bounce/cloth/cloth_mesh.cpp | 2 +- src/bounce/cloth/cloth_solver.cpp | 2 +- src/bounce/cloth/force.cpp | 2 +- src/bounce/cloth/garment/garment_mesh.cpp | 2 +- src/bounce/cloth/particle.cpp | 2 +- src/bounce/cloth/spring_force.cpp | 2 +- src/bounce/collision/broad_phase.cpp | 2 +- src/bounce/collision/collision.cpp | 2 +- src/bounce/collision/gjk/gjk.cpp | 2 +- src/bounce/collision/gjk/gjk_feature_pair.cpp | 2 +- src/bounce/collision/sat/sat.cpp | 2 +- src/bounce/collision/sat/sat_edge_and_hull.cpp | 2 +- src/bounce/collision/sat/sat_vertex_and_hull.cpp | 2 +- src/bounce/collision/shapes/hull.cpp | 2 +- src/bounce/collision/shapes/qhull.cpp | 2 +- src/bounce/collision/trees/dynamic_tree.cpp | 2 +- src/bounce/collision/trees/static_tree.cpp | 2 +- src/bounce/common/math/math.cpp | 2 +- src/bounce/common/memory/block_pool.cpp | 2 +- src/bounce/common/memory/stack_allocator.cpp | 2 +- src/bounce/common/settings.cpp | 2 +- src/bounce/dynamics/body.cpp | 2 +- src/bounce/dynamics/contact_manager.cpp | 2 +- src/bounce/dynamics/contacts/collide/clip.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_capsule_hull.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_capsules.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_hulls.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_hulls_cache.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_sphere_capsule.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_sphere_hull.cpp | 2 +- src/bounce/dynamics/contacts/collide/collide_spheres.cpp | 2 +- src/bounce/dynamics/contacts/contact.cpp | 2 +- src/bounce/dynamics/contacts/contact_cluster.cpp | 2 +- src/bounce/dynamics/contacts/contact_solver.cpp | 2 +- src/bounce/dynamics/contacts/convex_contact.cpp | 2 +- src/bounce/dynamics/contacts/manifold.cpp | 2 +- src/bounce/dynamics/contacts/mesh_contact.cpp | 2 +- src/bounce/dynamics/draw_world.cpp | 2 +- src/bounce/dynamics/island.cpp | 2 +- src/bounce/dynamics/joint_manager.cpp | 2 +- src/bounce/dynamics/joints/cone_joint.cpp | 2 +- src/bounce/dynamics/joints/joint.cpp | 2 +- src/bounce/dynamics/joints/joint_solver.cpp | 2 +- src/bounce/dynamics/joints/mouse_joint.cpp | 2 +- src/bounce/dynamics/joints/revolute_joint.cpp | 2 +- src/bounce/dynamics/joints/sphere_joint.cpp | 2 +- src/bounce/dynamics/joints/spring_joint.cpp | 2 +- src/bounce/dynamics/joints/weld_joint.cpp | 2 +- src/bounce/dynamics/shapes/capsule_shape.cpp | 2 +- src/bounce/dynamics/shapes/hull_shape.cpp | 2 +- src/bounce/dynamics/shapes/mesh_shape.cpp | 2 +- src/bounce/dynamics/shapes/shape.cpp | 2 +- src/bounce/dynamics/shapes/sphere_shape.cpp | 2 +- src/bounce/dynamics/world.cpp | 2 +- src/bounce/quickhull/qh_hull.cpp | 2 +- src/bounce/rope/rope.cpp | 2 +- 219 files changed, 219 insertions(+), 219 deletions(-) diff --git a/examples/hello_world/main.cpp b/examples/hello_world/main.cpp index 5715060..d68db49 100644 --- a/examples/hello_world/main.cpp +++ b/examples/hello_world/main.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/body_dragger.cpp b/examples/testbed/framework/body_dragger.cpp index 58456a5..5e0be78 100644 --- a/examples/testbed/framework/body_dragger.cpp +++ b/examples/testbed/framework/body_dragger.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/body_dragger.h b/examples/testbed/framework/body_dragger.h index 10d5a66..d7f4858 100644 --- a/examples/testbed/framework/body_dragger.h +++ b/examples/testbed/framework/body_dragger.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/cloth_dragger.cpp b/examples/testbed/framework/cloth_dragger.cpp index ea228ba..47ee7fc 100644 --- a/examples/testbed/framework/cloth_dragger.cpp +++ b/examples/testbed/framework/cloth_dragger.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/cloth_dragger.h b/examples/testbed/framework/cloth_dragger.h index 5058f20..d0e49de 100644 --- a/examples/testbed/framework/cloth_dragger.h +++ b/examples/testbed/framework/cloth_dragger.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/draw.cpp b/examples/testbed/framework/draw.cpp index 480e66f..1ed646c 100644 --- a/examples/testbed/framework/draw.cpp +++ b/examples/testbed/framework/draw.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/draw.h b/examples/testbed/framework/draw.h index e1e6755..b4db22b 100644 --- a/examples/testbed/framework/draw.h +++ b/examples/testbed/framework/draw.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/draw_gl2.h b/examples/testbed/framework/draw_gl2.h index d4ab35c..3cf7810 100644 --- a/examples/testbed/framework/draw_gl2.h +++ b/examples/testbed/framework/draw_gl2.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/json_profiler.cpp b/examples/testbed/framework/json_profiler.cpp index d11fa5a..1f4a38a 100644 --- a/examples/testbed/framework/json_profiler.cpp +++ b/examples/testbed/framework/json_profiler.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/json_profiler.h b/examples/testbed/framework/json_profiler.h index 3ff6fb8..15bcc2c 100644 --- a/examples/testbed/framework/json_profiler.h +++ b/examples/testbed/framework/json_profiler.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/main.cpp b/examples/testbed/framework/main.cpp index 9cd3863..dad7c74 100644 --- a/examples/testbed/framework/main.cpp +++ b/examples/testbed/framework/main.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/model.cpp b/examples/testbed/framework/model.cpp index 581616a..df3357d 100644 --- a/examples/testbed/framework/model.cpp +++ b/examples/testbed/framework/model.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/model.h b/examples/testbed/framework/model.h index e41d97b..310e6f2 100644 --- a/examples/testbed/framework/model.h +++ b/examples/testbed/framework/model.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/profiler.cpp b/examples/testbed/framework/profiler.cpp index 8a47078..81b6aec 100644 --- a/examples/testbed/framework/profiler.cpp +++ b/examples/testbed/framework/profiler.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/profiler.h b/examples/testbed/framework/profiler.h index b54384d..5428ee1 100644 --- a/examples/testbed/framework/profiler.h +++ b/examples/testbed/framework/profiler.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/recorder_profiler.cpp b/examples/testbed/framework/recorder_profiler.cpp index 886689c..3b21a1a 100644 --- a/examples/testbed/framework/recorder_profiler.cpp +++ b/examples/testbed/framework/recorder_profiler.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/recorder_profiler.h b/examples/testbed/framework/recorder_profiler.h index 0c74e41..49f2edf 100644 --- a/examples/testbed/framework/recorder_profiler.h +++ b/examples/testbed/framework/recorder_profiler.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/test.cpp b/examples/testbed/framework/test.cpp index 12ca6db..3b83bb6 100644 --- a/examples/testbed/framework/test.cpp +++ b/examples/testbed/framework/test.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/test.h b/examples/testbed/framework/test.h index 4171804..8e21ca7 100644 --- a/examples/testbed/framework/test.h +++ b/examples/testbed/framework/test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/test_entries.cpp b/examples/testbed/framework/test_entries.cpp index 6da7e6f..8526371 100644 --- a/examples/testbed/framework/test_entries.cpp +++ b/examples/testbed/framework/test_entries.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/testbed_listener.h b/examples/testbed/framework/testbed_listener.h index 35dc5d3..ee50dba 100644 --- a/examples/testbed/framework/testbed_listener.h +++ b/examples/testbed/framework/testbed_listener.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/view.cpp b/examples/testbed/framework/view.cpp index 23b03a1..d2d68dc 100644 --- a/examples/testbed/framework/view.cpp +++ b/examples/testbed/framework/view.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/view.h b/examples/testbed/framework/view.h index 26c4e57..edb0be1 100644 --- a/examples/testbed/framework/view.h +++ b/examples/testbed/framework/view.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/view_model.cpp b/examples/testbed/framework/view_model.cpp index 370a231..ffb3372 100644 --- a/examples/testbed/framework/view_model.cpp +++ b/examples/testbed/framework/view_model.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/framework/view_model.h b/examples/testbed/framework/view_model.h index 7d5925f..8b10a0c 100644 --- a/examples/testbed/framework/view_model.h +++ b/examples/testbed/framework/view_model.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/angular_motion.h b/examples/testbed/tests/angular_motion.h index a5674cc..ae3578e 100644 --- a/examples/testbed/tests/angular_motion.h +++ b/examples/testbed/tests/angular_motion.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/body_types.h b/examples/testbed/tests/body_types.h index ab3449a..ac71468 100644 --- a/examples/testbed/tests/body_types.h +++ b/examples/testbed/tests/body_types.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/box_edge_contact.h b/examples/testbed/tests/box_edge_contact.h index 9847880..5e90f7f 100644 --- a/examples/testbed/tests/box_edge_contact.h +++ b/examples/testbed/tests/box_edge_contact.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/box_face_contact.h b/examples/testbed/tests/box_face_contact.h index 99d6b9f..71243e3 100644 --- a/examples/testbed/tests/box_face_contact.h +++ b/examples/testbed/tests/box_face_contact.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/box_stack.h b/examples/testbed/tests/box_stack.h index 6cf636a..1d1e9ef 100644 --- a/examples/testbed/tests/box_stack.h +++ b/examples/testbed/tests/box_stack.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/capsule_collision.h b/examples/testbed/tests/capsule_collision.h index 8551b03..00a51ac 100644 --- a/examples/testbed/tests/capsule_collision.h +++ b/examples/testbed/tests/capsule_collision.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/capsule_spin.h b/examples/testbed/tests/capsule_spin.h index 0d6cc5a..94be411 100644 --- a/examples/testbed/tests/capsule_spin.h +++ b/examples/testbed/tests/capsule_spin.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/capsule_stack.h b/examples/testbed/tests/capsule_stack.h index f0462b8..d4b370c 100644 --- a/examples/testbed/tests/capsule_stack.h +++ b/examples/testbed/tests/capsule_stack.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/character_test.h b/examples/testbed/tests/character_test.h index 762bf0c..ec6e322 100644 --- a/examples/testbed/tests/character_test.h +++ b/examples/testbed/tests/character_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/cluster.h b/examples/testbed/tests/cluster.h index bd7b0b2..74bf446 100644 --- a/examples/testbed/tests/cluster.h +++ b/examples/testbed/tests/cluster.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/collide_test.h b/examples/testbed/tests/collide_test.h index 4818df3..560df43 100644 --- a/examples/testbed/tests/collide_test.h +++ b/examples/testbed/tests/collide_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/compound_body.h b/examples/testbed/tests/compound_body.h index 0445d03..a1d1922 100644 --- a/examples/testbed/tests/compound_body.h +++ b/examples/testbed/tests/compound_body.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/cone_test.h b/examples/testbed/tests/cone_test.h index dfa6691..a75a598 100644 --- a/examples/testbed/tests/cone_test.h +++ b/examples/testbed/tests/cone_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/convex_hull.h b/examples/testbed/tests/convex_hull.h index a9b0e3c..1ddb27d 100644 --- a/examples/testbed/tests/convex_hull.h +++ b/examples/testbed/tests/convex_hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/deep_capsule.h b/examples/testbed/tests/deep_capsule.h index c4cb36e..98eb010 100644 --- a/examples/testbed/tests/deep_capsule.h +++ b/examples/testbed/tests/deep_capsule.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/degenerate_capsule.h b/examples/testbed/tests/degenerate_capsule.h index 0ca046c..7a5b575 100644 --- a/examples/testbed/tests/degenerate_capsule.h +++ b/examples/testbed/tests/degenerate_capsule.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/distance_test.h b/examples/testbed/tests/distance_test.h index 44cbb20..e5ea4ac 100644 --- a/examples/testbed/tests/distance_test.h +++ b/examples/testbed/tests/distance_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/gyro_motion.h b/examples/testbed/tests/gyro_motion.h index cfbd897..2d35f1b 100644 --- a/examples/testbed/tests/gyro_motion.h +++ b/examples/testbed/tests/gyro_motion.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/hinge_chain.h b/examples/testbed/tests/hinge_chain.h index 3cc2e6b..7c0e297 100644 --- a/examples/testbed/tests/hinge_chain.h +++ b/examples/testbed/tests/hinge_chain.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/hinge_motor.h b/examples/testbed/tests/hinge_motor.h index 829f42b..0e8d01f 100644 --- a/examples/testbed/tests/hinge_motor.h +++ b/examples/testbed/tests/hinge_motor.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/hull_collision.h b/examples/testbed/tests/hull_collision.h index 8aad10e..1a24a06 100644 --- a/examples/testbed/tests/hull_collision.h +++ b/examples/testbed/tests/hull_collision.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/hull_contact_test.h b/examples/testbed/tests/hull_contact_test.h index 51fc123..186f387 100644 --- a/examples/testbed/tests/hull_contact_test.h +++ b/examples/testbed/tests/hull_contact_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/initial_overlap.h b/examples/testbed/tests/initial_overlap.h index b3e7156..fbfeec9 100644 --- a/examples/testbed/tests/initial_overlap.h +++ b/examples/testbed/tests/initial_overlap.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/jenga.h b/examples/testbed/tests/jenga.h index 8695def..7079d82 100644 --- a/examples/testbed/tests/jenga.h +++ b/examples/testbed/tests/jenga.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/linear_motion.h b/examples/testbed/tests/linear_motion.h index cd70d40..b94b5ac 100644 --- a/examples/testbed/tests/linear_motion.h +++ b/examples/testbed/tests/linear_motion.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/mass_spring.h b/examples/testbed/tests/mass_spring.h index 4c10924..dac0e58 100644 --- a/examples/testbed/tests/mass_spring.h +++ b/examples/testbed/tests/mass_spring.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/mesh_contact_test.h b/examples/testbed/tests/mesh_contact_test.h index d81f05f..6589eb4 100644 --- a/examples/testbed/tests/mesh_contact_test.h +++ b/examples/testbed/tests/mesh_contact_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/multiple_pendulum.h b/examples/testbed/tests/multiple_pendulum.h index 487b73f..6bc43b7 100644 --- a/examples/testbed/tests/multiple_pendulum.h +++ b/examples/testbed/tests/multiple_pendulum.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/newton_cradle.h b/examples/testbed/tests/newton_cradle.h index 445cd1c..865cb3a 100644 --- a/examples/testbed/tests/newton_cradle.h +++ b/examples/testbed/tests/newton_cradle.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/particle_types.h b/examples/testbed/tests/particle_types.h index 5aa4c71..55f51f6 100644 --- a/examples/testbed/tests/particle_types.h +++ b/examples/testbed/tests/particle_types.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/pinned_cloth.h b/examples/testbed/tests/pinned_cloth.h index 08fe1e8..b2a28ef 100644 --- a/examples/testbed/tests/pinned_cloth.h +++ b/examples/testbed/tests/pinned_cloth.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/pyramid.h b/examples/testbed/tests/pyramid.h index ecb3235..d7528e3 100644 --- a/examples/testbed/tests/pyramid.h +++ b/examples/testbed/tests/pyramid.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/pyramids.h b/examples/testbed/tests/pyramids.h index 60f4cff..e440e9d 100644 --- a/examples/testbed/tests/pyramids.h +++ b/examples/testbed/tests/pyramids.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/quadric_shapes.h b/examples/testbed/tests/quadric_shapes.h index 8bb1395..f00133a 100644 --- a/examples/testbed/tests/quadric_shapes.h +++ b/examples/testbed/tests/quadric_shapes.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/ragdoll.h b/examples/testbed/tests/ragdoll.h index 4942ebb..5dac8cb 100644 --- a/examples/testbed/tests/ragdoll.h +++ b/examples/testbed/tests/ragdoll.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/ray_cast.h b/examples/testbed/tests/ray_cast.h index 610627f..579bdd8 100644 --- a/examples/testbed/tests/ray_cast.h +++ b/examples/testbed/tests/ray_cast.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/rope_test.h b/examples/testbed/tests/rope_test.h index de9252d..389f517 100644 --- a/examples/testbed/tests/rope_test.h +++ b/examples/testbed/tests/rope_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be hebd liable for any damages diff --git a/examples/testbed/tests/self_collision.h b/examples/testbed/tests/self_collision.h index 3135b4f..3051748 100644 --- a/examples/testbed/tests/self_collision.h +++ b/examples/testbed/tests/self_collision.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/sensor_test.h b/examples/testbed/tests/sensor_test.h index 63bc2c4..3d8e64f 100644 --- a/examples/testbed/tests/sensor_test.h +++ b/examples/testbed/tests/sensor_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/shape_stack.h b/examples/testbed/tests/shape_stack.h index a22b6ba..8d6097c 100644 --- a/examples/testbed/tests/shape_stack.h +++ b/examples/testbed/tests/shape_stack.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/sheet_stack.h b/examples/testbed/tests/sheet_stack.h index afdbba9..7a32e93 100644 --- a/examples/testbed/tests/sheet_stack.h +++ b/examples/testbed/tests/sheet_stack.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/shirt.h b/examples/testbed/tests/shirt.h index 1d76f1a..5e3e0c9 100644 --- a/examples/testbed/tests/shirt.h +++ b/examples/testbed/tests/shirt.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/single_pendulum.h b/examples/testbed/tests/single_pendulum.h index 4746d3e..3808548 100644 --- a/examples/testbed/tests/single_pendulum.h +++ b/examples/testbed/tests/single_pendulum.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/sphere_stack.h b/examples/testbed/tests/sphere_stack.h index 1800e56..b5f48b6 100644 --- a/examples/testbed/tests/sphere_stack.h +++ b/examples/testbed/tests/sphere_stack.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/spring.h b/examples/testbed/tests/spring.h index 4d4f8be..ad5df0b 100644 --- a/examples/testbed/tests/spring.h +++ b/examples/testbed/tests/spring.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/table_cloth.h b/examples/testbed/tests/table_cloth.h index af43732..71ee69d 100644 --- a/examples/testbed/tests/table_cloth.h +++ b/examples/testbed/tests/table_cloth.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/tension_mapping.h b/examples/testbed/tests/tension_mapping.h index 49d8d23..74d93ae 100644 --- a/examples/testbed/tests/tension_mapping.h +++ b/examples/testbed/tests/tension_mapping.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/tumbler.h b/examples/testbed/tests/tumbler.h index 9f79bf0..471fb2c 100644 --- a/examples/testbed/tests/tumbler.h +++ b/examples/testbed/tests/tumbler.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/varying_friction.h b/examples/testbed/tests/varying_friction.h index 0a1c2ab..30726a7 100644 --- a/examples/testbed/tests/varying_friction.h +++ b/examples/testbed/tests/varying_friction.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/varying_restitution.h b/examples/testbed/tests/varying_restitution.h index d6ffeb6..b25e9fc 100644 --- a/examples/testbed/tests/varying_restitution.h +++ b/examples/testbed/tests/varying_restitution.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/examples/testbed/tests/weld_test.h b/examples/testbed/tests/weld_test.h index b35c825..1ca7aac 100644 --- a/examples/testbed/tests/weld_test.h +++ b/examples/testbed/tests/weld_test.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/bounce.h b/include/bounce/bounce.h index ba4633e..b44bacc 100644 --- a/include/bounce/bounce.h +++ b/include/bounce/bounce.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/cloth.h b/include/bounce/cloth/cloth.h index b8b6a7c..c78e921 100644 --- a/include/bounce/cloth/cloth.h +++ b/include/bounce/cloth/cloth.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/cloth_contact_solver.h b/include/bounce/cloth/cloth_contact_solver.h index a4a03f5..4752adc 100644 --- a/include/bounce/cloth/cloth_contact_solver.h +++ b/include/bounce/cloth/cloth_contact_solver.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/cloth_mesh.h b/include/bounce/cloth/cloth_mesh.h index 593f6dc..391f88e 100644 --- a/include/bounce/cloth/cloth_mesh.h +++ b/include/bounce/cloth/cloth_mesh.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/cloth_solver.h b/include/bounce/cloth/cloth_solver.h index ed56b82..2c53294 100644 --- a/include/bounce/cloth/cloth_solver.h +++ b/include/bounce/cloth/cloth_solver.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/dense_vec3.h b/include/bounce/cloth/dense_vec3.h index 34820e1..78a5b52 100644 --- a/include/bounce/cloth/dense_vec3.h +++ b/include/bounce/cloth/dense_vec3.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/diag_mat33.h b/include/bounce/cloth/diag_mat33.h index 24b62ff..b08065e 100644 --- a/include/bounce/cloth/diag_mat33.h +++ b/include/bounce/cloth/diag_mat33.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/force.h b/include/bounce/cloth/force.h index 78a18ba..04c456f 100644 --- a/include/bounce/cloth/force.h +++ b/include/bounce/cloth/force.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/garment/garment.h b/include/bounce/cloth/garment/garment.h index 3605584..8e16f93 100644 --- a/include/bounce/cloth/garment/garment.h +++ b/include/bounce/cloth/garment/garment.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/garment/garment_mesh.h b/include/bounce/cloth/garment/garment_mesh.h index 66e97ca..9057d24 100644 --- a/include/bounce/cloth/garment/garment_mesh.h +++ b/include/bounce/cloth/garment/garment_mesh.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/garment/sewing_pattern.h b/include/bounce/cloth/garment/sewing_pattern.h index 3d2ee57..635bed9 100644 --- a/include/bounce/cloth/garment/sewing_pattern.h +++ b/include/bounce/cloth/garment/sewing_pattern.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/particle.h b/include/bounce/cloth/particle.h index 7d531dc..7db88a4 100644 --- a/include/bounce/cloth/particle.h +++ b/include/bounce/cloth/particle.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/sparse_sym_mat33.h b/include/bounce/cloth/sparse_sym_mat33.h index 6b688d9..daf2664 100644 --- a/include/bounce/cloth/sparse_sym_mat33.h +++ b/include/bounce/cloth/sparse_sym_mat33.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/cloth/spring_force.h b/include/bounce/cloth/spring_force.h index c0825b7..aee0425 100644 --- a/include/bounce/cloth/spring_force.h +++ b/include/bounce/cloth/spring_force.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/broad_phase.h b/include/bounce/collision/broad_phase.h index 8e703f6..b9483a2 100644 --- a/include/bounce/collision/broad_phase.h +++ b/include/bounce/collision/broad_phase.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/collision.h b/include/bounce/collision/collision.h index 1fde28f..9eda6de 100644 --- a/include/bounce/collision/collision.h +++ b/include/bounce/collision/collision.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/gjk/gjk.h b/include/bounce/collision/gjk/gjk.h index 6261de6..0d85e50 100644 --- a/include/bounce/collision/gjk/gjk.h +++ b/include/bounce/collision/gjk/gjk.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/gjk/gjk_proxy.h b/include/bounce/collision/gjk/gjk_proxy.h index 5a4766e..71638ea 100644 --- a/include/bounce/collision/gjk/gjk_proxy.h +++ b/include/bounce/collision/gjk/gjk_proxy.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/sat/sat.h b/include/bounce/collision/sat/sat.h index 8f45ee2..a21fa12 100644 --- a/include/bounce/collision/sat/sat.h +++ b/include/bounce/collision/sat/sat.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/sat/sat_edge_and_hull.h b/include/bounce/collision/sat/sat_edge_and_hull.h index 60ecb2f..8998a40 100644 --- a/include/bounce/collision/sat/sat_edge_and_hull.h +++ b/include/bounce/collision/sat/sat_edge_and_hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/sat/sat_vertex_and_hull.h b/include/bounce/collision/sat/sat_vertex_and_hull.h index 52a59d5..4f78c32 100644 --- a/include/bounce/collision/sat/sat_vertex_and_hull.h +++ b/include/bounce/collision/sat/sat_vertex_and_hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/aabb3.h b/include/bounce/collision/shapes/aabb3.h index 1ffd8b4..a9e562e 100644 --- a/include/bounce/collision/shapes/aabb3.h +++ b/include/bounce/collision/shapes/aabb3.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/box_hull.h b/include/bounce/collision/shapes/box_hull.h index 5d384fa..b655c18 100644 --- a/include/bounce/collision/shapes/box_hull.h +++ b/include/bounce/collision/shapes/box_hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/capsule.h b/include/bounce/collision/shapes/capsule.h index 3c5464b..ea434e5 100644 --- a/include/bounce/collision/shapes/capsule.h +++ b/include/bounce/collision/shapes/capsule.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/grid_mesh.h b/include/bounce/collision/shapes/grid_mesh.h index 4561277..358416d 100644 --- a/include/bounce/collision/shapes/grid_mesh.h +++ b/include/bounce/collision/shapes/grid_mesh.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/hull.h b/include/bounce/collision/shapes/hull.h index 46a7f11..48f152d 100644 --- a/include/bounce/collision/shapes/hull.h +++ b/include/bounce/collision/shapes/hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/mesh.h b/include/bounce/collision/shapes/mesh.h index a5395dc..3fbde6d 100644 --- a/include/bounce/collision/shapes/mesh.h +++ b/include/bounce/collision/shapes/mesh.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/qhull.h b/include/bounce/collision/shapes/qhull.h index c900135..42f3c66 100644 --- a/include/bounce/collision/shapes/qhull.h +++ b/include/bounce/collision/shapes/qhull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/sphere.h b/include/bounce/collision/shapes/sphere.h index 7156fb0..b0bc4bb 100644 --- a/include/bounce/collision/shapes/sphere.h +++ b/include/bounce/collision/shapes/sphere.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/shapes/triangle_hull.h b/include/bounce/collision/shapes/triangle_hull.h index 1ed5964..92c67ef 100644 --- a/include/bounce/collision/shapes/triangle_hull.h +++ b/include/bounce/collision/shapes/triangle_hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/trees/dynamic_tree.h b/include/bounce/collision/trees/dynamic_tree.h index 761c28c..969f46d 100644 --- a/include/bounce/collision/trees/dynamic_tree.h +++ b/include/bounce/collision/trees/dynamic_tree.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/collision/trees/static_tree.h b/include/bounce/collision/trees/static_tree.h index 069b855..4a07ba1 100644 --- a/include/bounce/collision/trees/static_tree.h +++ b/include/bounce/collision/trees/static_tree.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/draw.h b/include/bounce/common/draw.h index cbb2b51..f6790b8 100644 --- a/include/bounce/common/draw.h +++ b/include/bounce/common/draw.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/geometry.h b/include/bounce/common/geometry.h index 7cb1582..212a17f 100644 --- a/include/bounce/common/geometry.h +++ b/include/bounce/common/geometry.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/mat.h b/include/bounce/common/math/mat.h index 75eab32..0f9cd93 100644 --- a/include/bounce/common/math/mat.h +++ b/include/bounce/common/math/mat.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/mat22.h b/include/bounce/common/math/mat22.h index bc66b82..b976cf1 100644 --- a/include/bounce/common/math/mat22.h +++ b/include/bounce/common/math/mat22.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/mat33.h b/include/bounce/common/math/mat33.h index 3696e22..598210c 100644 --- a/include/bounce/common/math/mat33.h +++ b/include/bounce/common/math/mat33.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/mat44.h b/include/bounce/common/math/mat44.h index 0285422..57691e2 100644 --- a/include/bounce/common/math/mat44.h +++ b/include/bounce/common/math/mat44.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/math.h b/include/bounce/common/math/math.h index 4bbc091..3521d30 100644 --- a/include/bounce/common/math/math.h +++ b/include/bounce/common/math/math.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/quat.h b/include/bounce/common/math/quat.h index 7f745ac..a027a99 100644 --- a/include/bounce/common/math/quat.h +++ b/include/bounce/common/math/quat.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/transform.h b/include/bounce/common/math/transform.h index 13a9101..da6530e 100644 --- a/include/bounce/common/math/transform.h +++ b/include/bounce/common/math/transform.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/vec2.h b/include/bounce/common/math/vec2.h index 4fcaac9..b833016 100644 --- a/include/bounce/common/math/vec2.h +++ b/include/bounce/common/math/vec2.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/vec3.h b/include/bounce/common/math/vec3.h index 0b04bda..67c2524 100644 --- a/include/bounce/common/math/vec3.h +++ b/include/bounce/common/math/vec3.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/math/vec4.h b/include/bounce/common/math/vec4.h index 304e45f..8b44ec8 100644 --- a/include/bounce/common/math/vec4.h +++ b/include/bounce/common/math/vec4.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/memory/block_pool.h b/include/bounce/common/memory/block_pool.h index 583b6b6..3f81955 100644 --- a/include/bounce/common/memory/block_pool.h +++ b/include/bounce/common/memory/block_pool.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/memory/stack_allocator.h b/include/bounce/common/memory/stack_allocator.h index db64bb8..be70249 100644 --- a/include/bounce/common/memory/stack_allocator.h +++ b/include/bounce/common/memory/stack_allocator.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/settings.h b/include/bounce/common/settings.h index 7aeba36..431ab59 100644 --- a/include/bounce/common/settings.h +++ b/include/bounce/common/settings.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/template/array.h b/include/bounce/common/template/array.h index 028dfd2..c6d09b4 100644 --- a/include/bounce/common/template/array.h +++ b/include/bounce/common/template/array.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/template/list.h b/include/bounce/common/template/list.h index 58c00b6..8d83141 100644 --- a/include/bounce/common/template/list.h +++ b/include/bounce/common/template/list.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/template/object_array.h b/include/bounce/common/template/object_array.h index 8f4a885..f691a6e 100644 --- a/include/bounce/common/template/object_array.h +++ b/include/bounce/common/template/object_array.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/template/queue.h b/include/bounce/common/template/queue.h index 327f169..0992b4d 100644 --- a/include/bounce/common/template/queue.h +++ b/include/bounce/common/template/queue.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/template/stack.h b/include/bounce/common/template/stack.h index 46d28bd..ca938d0 100644 --- a/include/bounce/common/template/stack.h +++ b/include/bounce/common/template/stack.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/common/time.h b/include/bounce/common/time.h index 4625535..b6b7900 100644 --- a/include/bounce/common/time.h +++ b/include/bounce/common/time.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/body.h b/include/bounce/dynamics/body.h index 692201b..24ba1c8 100644 --- a/include/bounce/dynamics/body.h +++ b/include/bounce/dynamics/body.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contact_manager.h b/include/bounce/dynamics/contact_manager.h index a32ffc9..5be9470 100644 --- a/include/bounce/dynamics/contact_manager.h +++ b/include/bounce/dynamics/contact_manager.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/collide/clip.h b/include/bounce/dynamics/contacts/collide/clip.h index d87ccbb..ced23e1 100644 --- a/include/bounce/dynamics/contacts/collide/clip.h +++ b/include/bounce/dynamics/contacts/collide/clip.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/collide/collide.h b/include/bounce/dynamics/contacts/collide/collide.h index 12ec99a..f3741b9 100644 --- a/include/bounce/dynamics/contacts/collide/collide.h +++ b/include/bounce/dynamics/contacts/collide/collide.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/contact.h b/include/bounce/dynamics/contacts/contact.h index 3988f38..c934c5f 100644 --- a/include/bounce/dynamics/contacts/contact.h +++ b/include/bounce/dynamics/contacts/contact.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/contact_cluster.h b/include/bounce/dynamics/contacts/contact_cluster.h index 4d316e9..f2a0de7 100644 --- a/include/bounce/dynamics/contacts/contact_cluster.h +++ b/include/bounce/dynamics/contacts/contact_cluster.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/contact_solver.h b/include/bounce/dynamics/contacts/contact_solver.h index e8d0c6c..51a3f4e 100644 --- a/include/bounce/dynamics/contacts/contact_solver.h +++ b/include/bounce/dynamics/contacts/contact_solver.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/convex_contact.h b/include/bounce/dynamics/contacts/convex_contact.h index 22eb9df..0610b3e 100644 --- a/include/bounce/dynamics/contacts/convex_contact.h +++ b/include/bounce/dynamics/contacts/convex_contact.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/manifold.h b/include/bounce/dynamics/contacts/manifold.h index 66b4d47..b47e763 100644 --- a/include/bounce/dynamics/contacts/manifold.h +++ b/include/bounce/dynamics/contacts/manifold.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/contacts/mesh_contact.h b/include/bounce/dynamics/contacts/mesh_contact.h index 2b3df78..0a626e4 100644 --- a/include/bounce/dynamics/contacts/mesh_contact.h +++ b/include/bounce/dynamics/contacts/mesh_contact.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/island.h b/include/bounce/dynamics/island.h index efdb6e0..2a74da7 100644 --- a/include/bounce/dynamics/island.h +++ b/include/bounce/dynamics/island.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joint_manager.h b/include/bounce/dynamics/joint_manager.h index af66e73..d399bb2 100644 --- a/include/bounce/dynamics/joint_manager.h +++ b/include/bounce/dynamics/joint_manager.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/cone_joint.h b/include/bounce/dynamics/joints/cone_joint.h index 663d8aa..1e092b7 100644 --- a/include/bounce/dynamics/joints/cone_joint.h +++ b/include/bounce/dynamics/joints/cone_joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/joint.h b/include/bounce/dynamics/joints/joint.h index f973d99..6130f3f 100644 --- a/include/bounce/dynamics/joints/joint.h +++ b/include/bounce/dynamics/joints/joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/joint_solver.h b/include/bounce/dynamics/joints/joint_solver.h index 4ccb9d5..ef36fa9 100644 --- a/include/bounce/dynamics/joints/joint_solver.h +++ b/include/bounce/dynamics/joints/joint_solver.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/mouse_joint.h b/include/bounce/dynamics/joints/mouse_joint.h index e044495..a2a35e0 100644 --- a/include/bounce/dynamics/joints/mouse_joint.h +++ b/include/bounce/dynamics/joints/mouse_joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/revolute_joint.h b/include/bounce/dynamics/joints/revolute_joint.h index 336c5c9..12e707d 100644 --- a/include/bounce/dynamics/joints/revolute_joint.h +++ b/include/bounce/dynamics/joints/revolute_joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/sphere_joint.h b/include/bounce/dynamics/joints/sphere_joint.h index 086b366..16d82ab 100644 --- a/include/bounce/dynamics/joints/sphere_joint.h +++ b/include/bounce/dynamics/joints/sphere_joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/spring_joint.h b/include/bounce/dynamics/joints/spring_joint.h index cbd16e2..32f57db 100644 --- a/include/bounce/dynamics/joints/spring_joint.h +++ b/include/bounce/dynamics/joints/spring_joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/joints/weld_joint.h b/include/bounce/dynamics/joints/weld_joint.h index e6ced48..29cfb47 100644 --- a/include/bounce/dynamics/joints/weld_joint.h +++ b/include/bounce/dynamics/joints/weld_joint.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/shapes/capsule_shape.h b/include/bounce/dynamics/shapes/capsule_shape.h index 579e48f..2c3d089 100644 --- a/include/bounce/dynamics/shapes/capsule_shape.h +++ b/include/bounce/dynamics/shapes/capsule_shape.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/shapes/hull_shape.h b/include/bounce/dynamics/shapes/hull_shape.h index 193798f..7cc3f7e 100644 --- a/include/bounce/dynamics/shapes/hull_shape.h +++ b/include/bounce/dynamics/shapes/hull_shape.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/shapes/mesh_shape.h b/include/bounce/dynamics/shapes/mesh_shape.h index 7436e3c..e75775c 100644 --- a/include/bounce/dynamics/shapes/mesh_shape.h +++ b/include/bounce/dynamics/shapes/mesh_shape.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/shapes/shape.h b/include/bounce/dynamics/shapes/shape.h index c62df71..a11619c 100644 --- a/include/bounce/dynamics/shapes/shape.h +++ b/include/bounce/dynamics/shapes/shape.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/shapes/sphere_shape.h b/include/bounce/dynamics/shapes/sphere_shape.h index be5514b..7e398d6 100644 --- a/include/bounce/dynamics/shapes/sphere_shape.h +++ b/include/bounce/dynamics/shapes/sphere_shape.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/time_step.h b/include/bounce/dynamics/time_step.h index 670c074..6736ffe 100644 --- a/include/bounce/dynamics/time_step.h +++ b/include/bounce/dynamics/time_step.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/world.h b/include/bounce/dynamics/world.h index 88a7510..d33a5a8 100644 --- a/include/bounce/dynamics/world.h +++ b/include/bounce/dynamics/world.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/dynamics/world_listeners.h b/include/bounce/dynamics/world_listeners.h index 4b87efa..275f505 100644 --- a/include/bounce/dynamics/world_listeners.h +++ b/include/bounce/dynamics/world_listeners.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/quickhull/qh_hull.h b/include/bounce/quickhull/qh_hull.h index 108f236..877097f 100644 --- a/include/bounce/quickhull/qh_hull.h +++ b/include/bounce/quickhull/qh_hull.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/rope/rope.h b/include/bounce/rope/rope.h index 4e04763..92e782a 100644 --- a/include/bounce/rope/rope.h +++ b/include/bounce/rope/rope.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/bounce/rope/spatial.h b/include/bounce/rope/spatial.h index 2c944ca..a1b6bd6 100644 --- a/include/bounce/rope/spatial.h +++ b/include/bounce/rope/spatial.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/cloth.cpp b/src/bounce/cloth/cloth.cpp index cc301e3..3ca1e95 100644 --- a/src/bounce/cloth/cloth.cpp +++ b/src/bounce/cloth/cloth.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/cloth_contact_solver.cpp b/src/bounce/cloth/cloth_contact_solver.cpp index e553df2..a01de49 100644 --- a/src/bounce/cloth/cloth_contact_solver.cpp +++ b/src/bounce/cloth/cloth_contact_solver.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/cloth_mesh.cpp b/src/bounce/cloth/cloth_mesh.cpp index 5018104..59b106e 100644 --- a/src/bounce/cloth/cloth_mesh.cpp +++ b/src/bounce/cloth/cloth_mesh.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/cloth_solver.cpp b/src/bounce/cloth/cloth_solver.cpp index 2684966..9e3b325 100644 --- a/src/bounce/cloth/cloth_solver.cpp +++ b/src/bounce/cloth/cloth_solver.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/force.cpp b/src/bounce/cloth/force.cpp index 53e4fce..4f658df 100644 --- a/src/bounce/cloth/force.cpp +++ b/src/bounce/cloth/force.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/garment/garment_mesh.cpp b/src/bounce/cloth/garment/garment_mesh.cpp index 473b5f0..1d54f89 100644 --- a/src/bounce/cloth/garment/garment_mesh.cpp +++ b/src/bounce/cloth/garment/garment_mesh.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/particle.cpp b/src/bounce/cloth/particle.cpp index 0da1c6d..169e5bc 100644 --- a/src/bounce/cloth/particle.cpp +++ b/src/bounce/cloth/particle.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/cloth/spring_force.cpp b/src/bounce/cloth/spring_force.cpp index 4a634fb..3e68424 100644 --- a/src/bounce/cloth/spring_force.cpp +++ b/src/bounce/cloth/spring_force.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/broad_phase.cpp b/src/bounce/collision/broad_phase.cpp index 83372bd..58c1212 100644 --- a/src/bounce/collision/broad_phase.cpp +++ b/src/bounce/collision/broad_phase.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/collision.cpp b/src/bounce/collision/collision.cpp index 9826e31..30fbc81 100644 --- a/src/bounce/collision/collision.cpp +++ b/src/bounce/collision/collision.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/gjk/gjk.cpp b/src/bounce/collision/gjk/gjk.cpp index 03ea554..a6a9a85 100644 --- a/src/bounce/collision/gjk/gjk.cpp +++ b/src/bounce/collision/gjk/gjk.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/gjk/gjk_feature_pair.cpp b/src/bounce/collision/gjk/gjk_feature_pair.cpp index 34ada7d..42a0283 100644 --- a/src/bounce/collision/gjk/gjk_feature_pair.cpp +++ b/src/bounce/collision/gjk/gjk_feature_pair.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/sat/sat.cpp b/src/bounce/collision/sat/sat.cpp index 565cabf..6d38811 100644 --- a/src/bounce/collision/sat/sat.cpp +++ b/src/bounce/collision/sat/sat.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/sat/sat_edge_and_hull.cpp b/src/bounce/collision/sat/sat_edge_and_hull.cpp index fe639df..3df7dc5 100644 --- a/src/bounce/collision/sat/sat_edge_and_hull.cpp +++ b/src/bounce/collision/sat/sat_edge_and_hull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/sat/sat_vertex_and_hull.cpp b/src/bounce/collision/sat/sat_vertex_and_hull.cpp index 96a4b81..10a90ce 100644 --- a/src/bounce/collision/sat/sat_vertex_and_hull.cpp +++ b/src/bounce/collision/sat/sat_vertex_and_hull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/shapes/hull.cpp b/src/bounce/collision/shapes/hull.cpp index 873604a..74cecd7 100644 --- a/src/bounce/collision/shapes/hull.cpp +++ b/src/bounce/collision/shapes/hull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/shapes/qhull.cpp b/src/bounce/collision/shapes/qhull.cpp index 1db841b..06ff300 100644 --- a/src/bounce/collision/shapes/qhull.cpp +++ b/src/bounce/collision/shapes/qhull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/trees/dynamic_tree.cpp b/src/bounce/collision/trees/dynamic_tree.cpp index c609677..99d482f 100644 --- a/src/bounce/collision/trees/dynamic_tree.cpp +++ b/src/bounce/collision/trees/dynamic_tree.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/collision/trees/static_tree.cpp b/src/bounce/collision/trees/static_tree.cpp index 490cfa0..7dd0436 100644 --- a/src/bounce/collision/trees/static_tree.cpp +++ b/src/bounce/collision/trees/static_tree.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/common/math/math.cpp b/src/bounce/common/math/math.cpp index f50ff18..793e5c5 100644 --- a/src/bounce/common/math/math.cpp +++ b/src/bounce/common/math/math.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/common/memory/block_pool.cpp b/src/bounce/common/memory/block_pool.cpp index 307c39f..e6a0619 100644 --- a/src/bounce/common/memory/block_pool.cpp +++ b/src/bounce/common/memory/block_pool.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/common/memory/stack_allocator.cpp b/src/bounce/common/memory/stack_allocator.cpp index f158ff9..1077899 100644 --- a/src/bounce/common/memory/stack_allocator.cpp +++ b/src/bounce/common/memory/stack_allocator.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/common/settings.cpp b/src/bounce/common/settings.cpp index 8da10c4..9c663c4 100644 --- a/src/bounce/common/settings.cpp +++ b/src/bounce/common/settings.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/body.cpp b/src/bounce/dynamics/body.cpp index 9116d14..e7e010d 100644 --- a/src/bounce/dynamics/body.cpp +++ b/src/bounce/dynamics/body.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contact_manager.cpp b/src/bounce/dynamics/contact_manager.cpp index b6d5ddc..715298d 100644 --- a/src/bounce/dynamics/contact_manager.cpp +++ b/src/bounce/dynamics/contact_manager.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/clip.cpp b/src/bounce/dynamics/contacts/collide/clip.cpp index ded4e26..78be3c8 100644 --- a/src/bounce/dynamics/contacts/collide/clip.cpp +++ b/src/bounce/dynamics/contacts/collide/clip.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide.cpp b/src/bounce/dynamics/contacts/collide/collide.cpp index 9292145..3e716ec 100644 --- a/src/bounce/dynamics/contacts/collide/collide.cpp +++ b/src/bounce/dynamics/contacts/collide/collide.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_capsule_hull.cpp b/src/bounce/dynamics/contacts/collide/collide_capsule_hull.cpp index 8a5d586..5d66029 100644 --- a/src/bounce/dynamics/contacts/collide/collide_capsule_hull.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_capsule_hull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_capsules.cpp b/src/bounce/dynamics/contacts/collide/collide_capsules.cpp index 58463f7..51d70c2 100644 --- a/src/bounce/dynamics/contacts/collide/collide_capsules.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_capsules.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_hulls.cpp b/src/bounce/dynamics/contacts/collide/collide_hulls.cpp index 70005e1..af2a549 100644 --- a/src/bounce/dynamics/contacts/collide/collide_hulls.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_hulls.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_hulls_cache.cpp b/src/bounce/dynamics/contacts/collide/collide_hulls_cache.cpp index a7cada8..b4d02f2 100644 --- a/src/bounce/dynamics/contacts/collide/collide_hulls_cache.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_hulls_cache.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_sphere_capsule.cpp b/src/bounce/dynamics/contacts/collide/collide_sphere_capsule.cpp index ae8e843..0ffc545 100644 --- a/src/bounce/dynamics/contacts/collide/collide_sphere_capsule.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_sphere_capsule.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_sphere_hull.cpp b/src/bounce/dynamics/contacts/collide/collide_sphere_hull.cpp index 5b425a0..15ebb47 100644 --- a/src/bounce/dynamics/contacts/collide/collide_sphere_hull.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_sphere_hull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/collide/collide_spheres.cpp b/src/bounce/dynamics/contacts/collide/collide_spheres.cpp index 3826736..66d8c4f 100644 --- a/src/bounce/dynamics/contacts/collide/collide_spheres.cpp +++ b/src/bounce/dynamics/contacts/collide/collide_spheres.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/contact.cpp b/src/bounce/dynamics/contacts/contact.cpp index 973ad49..82da917 100644 --- a/src/bounce/dynamics/contacts/contact.cpp +++ b/src/bounce/dynamics/contacts/contact.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/contact_cluster.cpp b/src/bounce/dynamics/contacts/contact_cluster.cpp index 1c4be98..bdc4109 100644 --- a/src/bounce/dynamics/contacts/contact_cluster.cpp +++ b/src/bounce/dynamics/contacts/contact_cluster.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/contact_solver.cpp b/src/bounce/dynamics/contacts/contact_solver.cpp index ee3d7ec..4d33001 100644 --- a/src/bounce/dynamics/contacts/contact_solver.cpp +++ b/src/bounce/dynamics/contacts/contact_solver.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/convex_contact.cpp b/src/bounce/dynamics/contacts/convex_contact.cpp index 472e997..fd4bc3d 100644 --- a/src/bounce/dynamics/contacts/convex_contact.cpp +++ b/src/bounce/dynamics/contacts/convex_contact.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/manifold.cpp b/src/bounce/dynamics/contacts/manifold.cpp index 4164e8c..bbe0380 100644 --- a/src/bounce/dynamics/contacts/manifold.cpp +++ b/src/bounce/dynamics/contacts/manifold.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/contacts/mesh_contact.cpp b/src/bounce/dynamics/contacts/mesh_contact.cpp index e5a69e7..f3aaf99 100644 --- a/src/bounce/dynamics/contacts/mesh_contact.cpp +++ b/src/bounce/dynamics/contacts/mesh_contact.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/draw_world.cpp b/src/bounce/dynamics/draw_world.cpp index 3b674d4..1d197c8 100644 --- a/src/bounce/dynamics/draw_world.cpp +++ b/src/bounce/dynamics/draw_world.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/island.cpp b/src/bounce/dynamics/island.cpp index 305c66f..d0e831a 100644 --- a/src/bounce/dynamics/island.cpp +++ b/src/bounce/dynamics/island.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joint_manager.cpp b/src/bounce/dynamics/joint_manager.cpp index b81c579..fb29016 100644 --- a/src/bounce/dynamics/joint_manager.cpp +++ b/src/bounce/dynamics/joint_manager.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/cone_joint.cpp b/src/bounce/dynamics/joints/cone_joint.cpp index 15f41ac..fcf54c2 100644 --- a/src/bounce/dynamics/joints/cone_joint.cpp +++ b/src/bounce/dynamics/joints/cone_joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/joint.cpp b/src/bounce/dynamics/joints/joint.cpp index 2d1593c..1f380b7 100644 --- a/src/bounce/dynamics/joints/joint.cpp +++ b/src/bounce/dynamics/joints/joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/joint_solver.cpp b/src/bounce/dynamics/joints/joint_solver.cpp index 234b74a..7336a80 100644 --- a/src/bounce/dynamics/joints/joint_solver.cpp +++ b/src/bounce/dynamics/joints/joint_solver.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/mouse_joint.cpp b/src/bounce/dynamics/joints/mouse_joint.cpp index dc38de1..e816c1f 100644 --- a/src/bounce/dynamics/joints/mouse_joint.cpp +++ b/src/bounce/dynamics/joints/mouse_joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/revolute_joint.cpp b/src/bounce/dynamics/joints/revolute_joint.cpp index 07dbec8..550c47e 100644 --- a/src/bounce/dynamics/joints/revolute_joint.cpp +++ b/src/bounce/dynamics/joints/revolute_joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/sphere_joint.cpp b/src/bounce/dynamics/joints/sphere_joint.cpp index ecbdd16..72bc346 100644 --- a/src/bounce/dynamics/joints/sphere_joint.cpp +++ b/src/bounce/dynamics/joints/sphere_joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/spring_joint.cpp b/src/bounce/dynamics/joints/spring_joint.cpp index 93d2541..8ce5759 100644 --- a/src/bounce/dynamics/joints/spring_joint.cpp +++ b/src/bounce/dynamics/joints/spring_joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/joints/weld_joint.cpp b/src/bounce/dynamics/joints/weld_joint.cpp index 22e15b0..ccd21ae 100644 --- a/src/bounce/dynamics/joints/weld_joint.cpp +++ b/src/bounce/dynamics/joints/weld_joint.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/shapes/capsule_shape.cpp b/src/bounce/dynamics/shapes/capsule_shape.cpp index 76af86d..06da598 100644 --- a/src/bounce/dynamics/shapes/capsule_shape.cpp +++ b/src/bounce/dynamics/shapes/capsule_shape.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/shapes/hull_shape.cpp b/src/bounce/dynamics/shapes/hull_shape.cpp index 1c1333e..78da7bc 100644 --- a/src/bounce/dynamics/shapes/hull_shape.cpp +++ b/src/bounce/dynamics/shapes/hull_shape.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/shapes/mesh_shape.cpp b/src/bounce/dynamics/shapes/mesh_shape.cpp index 012028e..4331b1d 100644 --- a/src/bounce/dynamics/shapes/mesh_shape.cpp +++ b/src/bounce/dynamics/shapes/mesh_shape.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/shapes/shape.cpp b/src/bounce/dynamics/shapes/shape.cpp index 4fe4ef5..da720b5 100644 --- a/src/bounce/dynamics/shapes/shape.cpp +++ b/src/bounce/dynamics/shapes/shape.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/shapes/sphere_shape.cpp b/src/bounce/dynamics/shapes/sphere_shape.cpp index 8d3819c..ba600c2 100644 --- a/src/bounce/dynamics/shapes/sphere_shape.cpp +++ b/src/bounce/dynamics/shapes/sphere_shape.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/dynamics/world.cpp b/src/bounce/dynamics/world.cpp index bc688b7..700f284 100644 --- a/src/bounce/dynamics/world.cpp +++ b/src/bounce/dynamics/world.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/quickhull/qh_hull.cpp b/src/bounce/quickhull/qh_hull.cpp index b2fb740..2b11141 100644 --- a/src/bounce/quickhull/qh_hull.cpp +++ b/src/bounce/quickhull/qh_hull.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/bounce/rope/rope.cpp b/src/bounce/rope/rope.cpp index d839180..38824d7 100644 --- a/src/bounce/rope/rope.cpp +++ b/src/bounce/rope/rope.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2016-2016 Irlan Robson http://www.irlan.net +* Copyright (c) 2016-2019 Irlan Robson https://irlanrobson.github.io * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages