-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add Proper License to com.jme3.anim files #1359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Update SeparateJointModelTransform.java * Update MorphControl.java * Update MatrixJointModelTransform.java * Update Joint.java * Update ArmatureMask.java * Update Armature.java * Update AnimationMask.java * Update AnimTrack.java * Update AnimComposer.java * Update AnimClip.java * Update Weighted.java * Update Primitives.java * Update JointModelTransform.java * Update HasLocalTransform.java * Update AnimMigrationUtils.java * Update ContainsTweens.java * Update LinearBlendSpace.java * Update ClipAction.java * Update BlendableAction.java * Update BlendSpace.java * Update BlendAction.java * Update BaseAction.java * Update Action.java
jme3-core/src/main/java/com/jme3/anim/MatrixJointModelTransform.java
Outdated
Show resolved
Hide resolved
jme3-core/src/main/java/com/jme3/anim/SeparateJointModelTransform.java
Outdated
Show resolved
Hide resolved
|
@stephengold , simply remove those headers then? Or try to find their author? |
jme3-core/src/main/java/com/jme3/anim/tween/ContainsTweens.java
Outdated
Show resolved
Hide resolved
jme3-core/src/main/java/com/jme3/anim/tween/action/BaseAction.java
Outdated
Show resolved
Hide resolved
I don't know what to do with these files. Their style matches Nehon's, so I'm 90% sure he wrote them. But he's the only person who knows for sure, and as I said, he hasn't responded to my inquiries. Perhaps someone else will have better luck contacting him. |
|
Well assumptions bite me in the ass, and I'll remove those right now. |
* Update AnimTrack.java * Update ArmatureMask.java * Update MatrixJointModelTransform.java * Update SeparateJointModelTransform.java * Update Weights.java * Update Action.java * Update BaseAction.java * Update ContainsTweens.java * Update SkinningControl.java
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendAction.java
Outdated
Show resolved
Hide resolved
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendSpace.java
Outdated
Show resolved
Hide resolved
jme3-core/src/main/java/com/jme3/anim/tween/action/BlendableAction.java
Outdated
Show resolved
Hide resolved
* Update AnimTrack.java * Update BlendAction.java * Update BlendSpace.java * Update BlendableAction.java
* Update AnimMigrationUtils.java * Update HasLocalTransform.java * Update JointModelTransform.java * Update Primitives.java * Update Weighted.java * Update ClipAction.java * Update AnimInterpolator.java * Update AnimInterpolators.java * Update FrameInterpolator.java
|
@stephengold , I went ahead and reviewed the files, removing all that Nehon didn't expressly state his authorship in. I did add licenses to some that I missed previously that he did state authorship of. |
|
Please take another look at LinearBlendSpace.java |
|
Obviously I can't seem to make a perfect PR just yet, but LinearBlendSpace.java is fixed. |
|
As far as I can tell, this PR just needs the one-line change to AnimTrack.java and then it will be ready to merge. @ItsMike54 have you abandoned this PR? |
|
@stephengold Over the past week I've been trying to make progress on a game and I don't have much time to do so, so I abandoned this PR for that time. |
|
It's not back to its original state. |
|
@stephengold , I deleted the AnimTrack.java from my branch and uploaded the AnimTrack.java interface that is currently on Master jME branch. That file is completely unmodified, and I don't know what else to say about it. |
In order to chip away at this issue, #1001
I've added the proper jME license to the Anim files written by @Nehon (or at least the ones that he committed to, excluding the ones by pspeed which already have the new licenses) .
Now in the previous discussion on that issue, it seemed as if @stephengold was attempting to contact nehon to get his permission. If Nehon replies, then we'll follow from there, but if he doesn't, I say that since he contributed as an engine leader, it would be fine to go ahead and add the licenses.