mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 05:53:29 +02:00
cleaned up copyright header notifications in several files
This commit is contained in:
parent
be7be4ad99
commit
04828c8224
11 changed files with 14 additions and 25 deletions
|
@ -3,8 +3,7 @@
|
|||
// interface
|
||||
//
|
||||
// Created by Philip Rosedale on 9/11/12.
|
||||
// adapted by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 Physical, Inc.. All rights reserved.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <vector>
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
// AvatarRenderer.cpp
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
#include <glm/glm.hpp>
|
||||
#include <SharedUtil.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// AvatarRenderer.h
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
// AvatarTouch.cpp
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
#include <glm/glm.hpp>
|
||||
#include <SharedUtil.h>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// AvatarTouch.h
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
//---------------------------------------------------------------------
|
||||
//
|
||||
// Created by Jeffrey Ventrella for High Fidelity.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
// Camera.cpp
|
||||
// interface
|
||||
//
|
||||
//---------------------------------------------------------------------
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
|
||||
#include <SharedUtil.h>
|
||||
#include <VoxelConstants.h>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
//-----------------------------------------------------------
|
||||
//
|
||||
// Created by Jeffrey Ventrella and added as a utility
|
||||
// class for High Fidelity Code base, April 2013
|
||||
// Camera.h
|
||||
// interface
|
||||
//
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
//-----------------------------------------------------------
|
||||
|
||||
#ifndef __interface__camera__
|
||||
#define __interface__camera__
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// HandControl.cpp
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// HandControl.h
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey Ventrella
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
//
|
||||
// Head.cpp
|
||||
// hifi
|
||||
//
|
||||
// Created by Jeffrey on May, 10, 2013
|
||||
// Copyright (c) 2013 Physical, Inc.. All rights reserved.
|
||||
// interface
|
||||
//
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
|
||||
#include "Head.h"
|
||||
#include "Util.h"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
//
|
||||
// Head.h
|
||||
// hifi
|
||||
// interface
|
||||
//
|
||||
// Created by Jeffrey on May, 10, 2013
|
||||
// Copyright (c) 2013 Physical, Inc.. All rights reserved.
|
||||
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef hifi_Head_h
|
||||
|
|
Loading…
Reference in a new issue