mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 13:42:07 +02:00
fix headers in h files in tests, fix Andrew's dates
This commit is contained in:
parent
cb402e3eb3
commit
c9b58c0ee9
7 changed files with 26 additions and 14 deletions
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// MetavoxelTests.h
|
||||
// metavoxel-tests
|
||||
// tests/metavoxels/src
|
||||
//
|
||||
// Created by Andrzej Kapolka on 2/7/14.
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef __interface__MetavoxelTests__
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// CollisionInfoTests.cpp
|
||||
// tests/physics/src
|
||||
//
|
||||
// Created by Andrew Meadows on 2014.
|
||||
// Created by Andrew Meadows on 2/21/2014.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// CollisionInfoTests.h
|
||||
// physics-tests
|
||||
// tests/physics/src
|
||||
//
|
||||
// Created by Andrew Meadows on 2014.02.21
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrew Meadows on 2/21/2014.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef __tests__CollisionInfoTests__
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// PhysicsTestUtil.cpp
|
||||
// tests/physics/src
|
||||
//
|
||||
// Created by Andrew Meadows on 2014.
|
||||
// Created by Andrew Meadows on 02/21/2014.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// PhysicsTestUtil.h
|
||||
// physics-tests
|
||||
// tests/physics/src
|
||||
//
|
||||
// Created by Andrew Meadows on 2014.02.21
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrew Meadows on 02/21/2014.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef __tests__PhysicsTestUtil__
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// ShapeColliderTests.cpp
|
||||
// tests/physics/src
|
||||
//
|
||||
// Created by Andrew Meadows on 2014.
|
||||
// Created by Andrew Meadows on 02/21/2014.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// ShapeColliderTests.h
|
||||
// physics-tests
|
||||
// tests/physics/src
|
||||
//
|
||||
// Created by Andrew Meadows on 2014.02.21
|
||||
// Copyright (c) 2014 High Fidelity, Inc. All rights reserved.
|
||||
// Created by Andrew Meadows on 02/21/2014.
|
||||
// Copyright 2014 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#ifndef __tests__ShapeColliderTests__
|
||||
|
|
Loading…
Reference in a new issue