Skip to content

Commit e13e873

Browse files
committed
Minor credits update to headers and readme
1 parent e479ca7 commit e13e873

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+130
-1
lines changed

HEADER.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
This file is part of ${project}, licensed under the MIT License (MIT).
22

33
Copyright (c) ${year} ${name} <${url}/>
4+
Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
5+
${project} is re-licensed with permission from ReactPhysics3D author.
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flow React [![License](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)][License] [![Flattr this](http://img.shields.io/badge/flattr-donate-lightgrey.svg?style=flat)][Donate] [![Build Status](http://img.shields.io/travis/flow/react/develop.svg?style=flat)](https://travis-ci.org/flow/react) [![Coverage Status](http://img.shields.io/coveralls/flow/react/develop.svg?style=flat)](https://coveralls.io/r/flow/react)
22

3-
Real-time 3D physics library for Java, based on the [ReactPhysics3D](https://code.google.com/p/reactphysics3d/) library by [Daniel Chappuis](http://www.danielchappuis.ch/).
3+
Real-time 3D physics library for Java, based on the [ReactPhysics3D](https://code.google.com/p/reactphysics3d/) C++ library by [Daniel Chappuis](http://www.danielchappuis.ch/).
44

55
## Features
66
* Rigid body dynamics
@@ -89,6 +89,7 @@ The `master` branch is production-ready and contains the latest tagged releases.
8989
Flow React is licensed under the [MIT License][License]. Basically, you can do whatever you want as long as you include the original copyright. Please see the `LICENSE.txt` file for details.
9090

9191
## Credits
92+
* Daniel Chappuis and contributors of the original [ReactPhysics3d](https://code.google.com/p/reactphysics3d/) C++ library.
9293
* [Spout](https://spout.org/) and contributors - *where we all began, and for much of the re-licensed code.*
9394
* All the people behind [Java](http://www.oracle.com/technetwork/java/index.html), [Maven](https://maven.apache.org/), and [Gradle](https://www.gradle.org/).
9495

src/main/java/com/flowpowered/react/ReactDefaults.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/Utilities.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/body/Body.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/body/CollisionBody.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/body/RigidBody.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/collision/BroadPhasePair.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/collision/CollisionDetection.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

src/main/java/com/flowpowered/react/collision/RayCaster.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* This file is part of Flow React, licensed under the MIT License (MIT).
33
*
44
* Copyright (c) 2013 Flow Powered <https://flowpowered.com/>
5+
* Original ReactPhysics3D C++ library by Daniel Chappuis <http://danielchappuis.ch>
6+
* Flow React is re-licensed with permission from ReactPhysics3D author.
57
*
68
* Permission is hereby granted, free of charge, to any person obtaining a copy
79
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)