Bring animation file headers up to date.

This commit is contained in:
Howard Stearns 2015-07-23 15:08:22 -07:00
parent 9f8fad0b8f
commit 9593668110
12 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
// //
// AnimationCache.cpp // AnimationCache.cpp
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 4/14/14. // Created by Andrzej Kapolka on 4/14/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// AnimationCache.h // AnimationCache.h
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 4/14/14. // Created by Andrzej Kapolka on 4/14/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// AnimationHandle.cpp // AnimationHandle.cpp
// interface/src/renderer // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 10/18/13. // Created by Andrzej Kapolka on 10/18/13.
// Copyright 2013 High Fidelity, Inc. // Copyright 2013 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
// //
// AnimationHandle.h // AnimationHandle.h
// interface/src/renderer // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 10/18/13. // Created by Andrzej Kapolka on 10/18/13.
// Copyright 2013 High Fidelity, Inc. // Copyright 2013 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
// //
// AnimationLoop.cpp // AnimationLoop.cpp
// libraries/animation // libraries/animation/src/
// //
// Created by Brad Hefta-Gaub on 11/12/14. // Created by Brad Hefta-Gaub on 11/12/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// AnimationLoop.h // AnimationLoop.h
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Created by Brad Hefta-Gaub on 11/12/14. // Created by Brad Hefta-Gaub on 11/12/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// AnimationObject.cpp // AnimationObject.cpp
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 4/17/14. // Created by Andrzej Kapolka on 4/17/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// AnimationObject.h // AnimationObject.h
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 4/17/14. // Created by Andrzej Kapolka on 4/17/14.
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved. // Copyright (c) 2014 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// JointState.cpp // JointState.cpp
// interface/src/renderer // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 10/18/13. // Created by Andrzej Kapolka on 10/18/13.
// Copyright 2013 High Fidelity, Inc. // Copyright 2013 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
// //
// JointState.h // JointState.h
// interface/src/renderer // libraries/animation/src/
// //
// Created by Andrzej Kapolka on 10/18/13. // Created by Andrzej Kapolka on 10/18/13.
// Copyright 2013 High Fidelity, Inc. // Copyright 2013 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
// //
// Rig.cpp // Rig.cpp
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Created by Howard Stearns, Seth Alves, Anthony Thibault, Andrew Meadows on 7/15/15. // Created by Howard Stearns, Seth Alves, Anthony Thibault, Andrew Meadows on 7/15/15.
// Copyright (c) 2015 High Fidelity, Inc. All rights reserved. // Copyright (c) 2015 High Fidelity, Inc. All rights reserved.

View file

@ -1,6 +1,6 @@
// //
// Rig.h // Rig.h
// libraries/script-engine/src/ // libraries/animation/src/
// //
// Produces animation data and hip placement for the current timestamp. // Produces animation data and hip placement for the current timestamp.
// //