fixed path to file in comments

This commit is contained in:
Andrew Meadows 2014-10-29 14:33:11 -07:00
parent c9450bba02
commit c18121756c
37 changed files with 37 additions and 37 deletions

View file

@ -1,6 +1,6 @@
//
// AACubeShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.08.22
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// AACubeShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.08.22
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// CapsuleShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/20/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// CapsuleShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/20/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// CollisionInfo.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/14/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// CollisionInfo.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/14/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// Constraint.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ContactConstraint.cpp
// interface/src/avatar
// libraries/physcis/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ContactConstraint.h
// interface/src/avatar
// libraries/physcis/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ContactPoint.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.30
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ContactPoint.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.30
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// DistanceConstraint.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// DistanceConstraint.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// FixedConstraint.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// FixedConstraint.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ListShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/20/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ListShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/20/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// PhysicsEntity.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.06.11
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// PhysicsEntity.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.05.30
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// PhysicsSimulation.cpp
// interface/src/avatar
// libraries/physcis/src
//
// Created by Andrew Meadows 2014.06.06
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// PhysicsSimulation.h
// interface/src/avatar
// libraries/physcis/src
//
// Created by Andrew Meadows 2014.06.06
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// PlaneShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrzej Kapolka on 4/10/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// PlaneShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrzej Kapolka on 4/9/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// Ragdoll.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.05.30
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// Ragdoll.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.05.30
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// RayIntersectionInfo.h
// interface/src/avatar
// libraries/physcis/src
//
// Created by Andrew Meadows 2014.09.09
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// Shape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ShapeCollider.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/20/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// ShapeCollider.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 02/20/2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// SphereShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.06.17
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// SphereShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// VerletCapsuleShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.06.16
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// VerletCapsuleShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.06.16
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// VerletPoint.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// VerletPoint.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows 2014.07.24
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// VerletSphereShape.cpp
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.06.16
// Copyright 2014 High Fidelity, Inc.

View file

@ -1,6 +1,6 @@
//
// VerletSphereShape.h
// libraries/shared/src
// libraries/physics/src
//
// Created by Andrew Meadows on 2014.06.16
// Copyright 2014 High Fidelity, Inc.