mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
added copyright to files
This commit is contained in:
parent
6bc71f899c
commit
de0f320c02
11 changed files with 56 additions and 5 deletions
|
@ -2,6 +2,8 @@
|
|||
// AABoundingVolume.h - Axis Aligned Bounding Volumes
|
||||
// hifi
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _AABOUNDING_VOLUME_
|
||||
#define _AABOUNDING_VOLUME_
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
// GLCanvas.cpp
|
||||
// hifi
|
||||
//
|
||||
// Created by Stephen Birarda on 8/14/13.
|
||||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include "SvoViewer.h"
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
//
|
||||
// GLCanvas.h
|
||||
// hifi
|
||||
//
|
||||
// Created by Stephen Birarda on 8/14/13.
|
||||
// Copyright (c) 2013 HighFidelity, Inc. All rights reserved.
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef __hifi__GLCanvas__
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
//
|
||||
// Render.cpp
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
|
||||
#include "svoviewer.h"
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
//
|
||||
// Render.h
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
|
@ -1,3 +1,10 @@
|
|||
//
|
||||
// Render2.cpp
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
#include "svoviewer.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
//
|
||||
// globals.cpp
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
#include "globals.h"
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
//
|
||||
// globals.h
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
//
|
||||
// main.cpp
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include "svoviewer.h"
|
||||
#include <QtWidgets/QApplication>
|
||||
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
//
|
||||
// svoviewer.cpp
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
#include "svoviewer.h"
|
||||
#include "GLCanvas.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
//
|
||||
// svoviewer.h
|
||||
//
|
||||
// Copyright (c) 2014 HighFidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
|
||||
#ifndef SVOVIEWER_H
|
||||
#define SVOVIEWER_H
|
||||
|
||||
|
|
Loading…
Reference in a new issue