Skip to content

Commit e35ee0d

Browse files
committed
Update source license headers and artifact name in .travis.yml
1 parent 7c41c26 commit e35ee0d

Some content is hidden

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

64 files changed

+127
-127
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ after_success:
2323
deploy:
2424
provider: releases
2525
api-key: $GITHUB_TOKEN
26-
file: "target/flow-react-`cat version.txt`.jar"
26+
file: "target/react-`cat version.txt`.jar"
2727
skip_cleanup: true
2828
on:
2929
branch: master

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

src/main/java/com/flowpowered/react/collision/broadphase/BroadPhaseAlgorithm.java

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

0 commit comments

Comments
 (0)