mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:33:02 +02:00
run apache header script on tests
This commit is contained in:
parent
6ce5a24460
commit
cb402e3eb3
6 changed files with 35 additions and 14 deletions
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// MetavoxelTests.cpp
|
||||
// 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
|
||||
//
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
//
|
||||
// main.cpp
|
||||
// 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
|
||||
//
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// CollisionInfoTests.cpp
|
||||
// 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 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
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// PhysicsTestUtil.cpp
|
||||
// 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 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
|
||||
//
|
||||
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
//
|
||||
// ShapeColliderTests.cpp
|
||||
// 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 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
|
||||
//
|
||||
|
||||
//#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
//
|
||||
// main.cpp
|
||||
// physics-tests
|
||||
// tests/physics/src
|
||||
//
|
||||
// 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
|
||||
//
|
||||
|
||||
#include "ShapeColliderTests.h"
|
||||
|
|
Loading…
Reference in a new issue