diff --git a/interface/src/Avatar.cpp b/interface/src/Avatar.cpp index f43ed5e319..0b55839027 100644 --- a/interface/src/Avatar.cpp +++ b/interface/src/Avatar.cpp @@ -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 #include diff --git a/interface/src/AvatarRenderer.cpp b/interface/src/AvatarRenderer.cpp index 26fb442447..45ce46084f 100644 --- a/interface/src/AvatarRenderer.cpp +++ b/interface/src/AvatarRenderer.cpp @@ -2,9 +2,8 @@ // AvatarRenderer.cpp // interface // -// Created by Jeffrey Ventrella // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. -// + #include #include #include diff --git a/interface/src/AvatarRenderer.h b/interface/src/AvatarRenderer.h index 74795eaaf9..e0e9d7bbb3 100644 --- a/interface/src/AvatarRenderer.h +++ b/interface/src/AvatarRenderer.h @@ -2,7 +2,6 @@ // AvatarRenderer.h // interface // -// Created by Jeffrey Ventrella // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // diff --git a/interface/src/AvatarTouch.cpp b/interface/src/AvatarTouch.cpp index 170693b8f9..7651a0a9a8 100644 --- a/interface/src/AvatarTouch.cpp +++ b/interface/src/AvatarTouch.cpp @@ -2,9 +2,8 @@ // AvatarTouch.cpp // interface // -// Created by Jeffrey Ventrella // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. -// + #include #include #include diff --git a/interface/src/AvatarTouch.h b/interface/src/AvatarTouch.h index d988447045..2111c0ecf1 100644 --- a/interface/src/AvatarTouch.h +++ b/interface/src/AvatarTouch.h @@ -2,7 +2,6 @@ // AvatarTouch.h // interface // -// Created by Jeffrey Ventrella // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // diff --git a/interface/src/Camera.cpp b/interface/src/Camera.cpp index 2a74de363b..50c9ed809b 100644 --- a/interface/src/Camera.cpp +++ b/interface/src/Camera.cpp @@ -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 #include diff --git a/interface/src/Camera.h b/interface/src/Camera.h index 348bde0d89..8d21422f8f 100644 --- a/interface/src/Camera.h +++ b/interface/src/Camera.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__ diff --git a/interface/src/HandControl.cpp b/interface/src/HandControl.cpp index 1d95388dd9..596f971bd2 100644 --- a/interface/src/HandControl.cpp +++ b/interface/src/HandControl.cpp @@ -2,7 +2,6 @@ // HandControl.cpp // interface // -// Created by Jeffrey Ventrella // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // diff --git a/interface/src/HandControl.h b/interface/src/HandControl.h index 7663004fbf..b2abef48bb 100644 --- a/interface/src/HandControl.h +++ b/interface/src/HandControl.h @@ -2,7 +2,6 @@ // HandControl.h // interface // -// Created by Jeffrey Ventrella // Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // diff --git a/interface/src/Head.cpp b/interface/src/Head.cpp index 479204472b..d5f137b404 100644 --- a/interface/src/Head.cpp +++ b/interface/src/Head.cpp @@ -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" diff --git a/interface/src/Head.h b/interface/src/Head.h index 5d4ccaec31..9d6e84ce7d 100644 --- a/interface/src/Head.h +++ b/interface/src/Head.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