From 47f2c758b5a7bc7e9cb4a6efabe54c9576a2e55e Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 29 Jan 2013 12:30:41 -0800 Subject: [PATCH] change headers to reflect new company name --- Source/UDPSocket.cpp | 2 +- Source/UDPSocket.h | 2 +- Source/agent.cpp | 2 +- Source/agent.h | 2 +- Source/audio.cpp | 2 +- Source/audio.h | 2 +- Source/cloud.cpp | 2 +- Source/cloud.h | 2 +- Source/cube.cpp | 2 +- Source/cube.h | 2 +- Source/field.cpp | 2 +- Source/field.h | 2 +- Source/finger.cpp | 2 +- Source/finger.h | 2 +- Source/hand.cpp | 2 +- Source/hand.h | 2 +- Source/head.h | 2 +- Source/lattice.cpp | 2 +- Source/lattice.h | 2 +- Source/marker_acquisition_view.cpp | 2 +- Source/marker_acquisition_view.h | 2 +- Source/markers.cpp | 2 +- Source/markers.h | 2 +- Source/network.cpp | 2 +- Source/network.h | 2 +- Source/particle.cpp | 2 +- Source/particle.h | 2 +- Source/util.cpp | 2 +- Source/util.h | 2 +- Source/world.h | 2 +- interface.xcodeproj/project.pbxproj | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Source/UDPSocket.cpp b/Source/UDPSocket.cpp index 4b0cad1200..e4f3171dfd 100644 --- a/Source/UDPSocket.cpp +++ b/Source/UDPSocket.cpp @@ -3,7 +3,7 @@ // interface // // Created by Stephen Birarda on 1/28/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #include "UDPSocket.h" diff --git a/Source/UDPSocket.h b/Source/UDPSocket.h index 4247184b6a..06198c19f4 100644 --- a/Source/UDPSocket.h +++ b/Source/UDPSocket.h @@ -3,7 +3,7 @@ // interface // // Created by Stephen Birarda on 1/28/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #ifndef __interface__UDPSocket__ diff --git a/Source/agent.cpp b/Source/agent.cpp index 84ebc19c75..f333acec6b 100644 --- a/Source/agent.cpp +++ b/Source/agent.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 11/20/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include diff --git a/Source/agent.h b/Source/agent.h index c1cc08b19c..1d38407e4c 100644 --- a/Source/agent.h +++ b/Source/agent.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 11/20/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_agent_h diff --git a/Source/audio.cpp b/Source/audio.cpp index 22ae0748a3..8f1420bcdf 100644 --- a/Source/audio.cpp +++ b/Source/audio.cpp @@ -3,7 +3,7 @@ // interface // // Created by Stephen Birarda on 1/22/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #include diff --git a/Source/audio.h b/Source/audio.h index 2b8f04f47f..6db799baec 100644 --- a/Source/audio.h +++ b/Source/audio.h @@ -3,7 +3,7 @@ // interface // // Created by Stephen Birarda on 1/22/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #ifndef __interface__audio__ diff --git a/Source/cloud.cpp b/Source/cloud.cpp index a0057d013d..f0c2f3141b 100644 --- a/Source/cloud.cpp +++ b/Source/cloud.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 11/17/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include diff --git a/Source/cloud.h b/Source/cloud.h index 8b995cc0c3..124b044127 100644 --- a/Source/cloud.h +++ b/Source/cloud.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 11/17/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_cloud_h diff --git a/Source/cube.cpp b/Source/cube.cpp index 41622316a6..223f80d6dc 100644 --- a/Source/cube.cpp +++ b/Source/cube.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip on 12/31/12. -// Copyright (c) 2012 Rosedale Lab. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include "cube.h" diff --git a/Source/cube.h b/Source/cube.h index 21293fe813..4078441f12 100644 --- a/Source/cube.h +++ b/Source/cube.h @@ -3,7 +3,7 @@ // interface // // Created by Philip on 12/31/12. -// Copyright (c) 2012 Rosedale Lab. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_cube_h diff --git a/Source/field.cpp b/Source/field.cpp index c7597d7156..5543dcdf7e 100644 --- a/Source/field.cpp +++ b/Source/field.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/23/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include "field.h" diff --git a/Source/field.h b/Source/field.h index 9ba06e4565..ec65226c04 100644 --- a/Source/field.h +++ b/Source/field.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/23/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_field_h diff --git a/Source/finger.cpp b/Source/finger.cpp index 5cc4166ae5..76c28d975c 100644 --- a/Source/finger.cpp +++ b/Source/finger.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip on 1/21/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #include "finger.h" diff --git a/Source/finger.h b/Source/finger.h index c6212dcfe9..268b24dbbc 100644 --- a/Source/finger.h +++ b/Source/finger.h @@ -3,7 +3,7 @@ // interface // // Created by Philip on 1/21/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #ifndef __interface__finger__ diff --git a/Source/hand.cpp b/Source/hand.cpp index 4d7502c5b3..0f4ba89ff8 100644 --- a/Source/hand.cpp +++ b/Source/hand.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 10/13/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include "hand.h" diff --git a/Source/hand.h b/Source/hand.h index 831f0d7b58..65e73119f7 100644 --- a/Source/hand.h +++ b/Source/hand.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 10/13/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_hand_h diff --git a/Source/head.h b/Source/head.h index 5d800d2cd7..0b171abdd9 100644 --- a/Source/head.h +++ b/Source/head.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 9/11/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_head_h diff --git a/Source/lattice.cpp b/Source/lattice.cpp index 58ecb95093..c3821c29bd 100644 --- a/Source/lattice.cpp +++ b/Source/lattice.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip on 1/19/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #include "lattice.h" diff --git a/Source/lattice.h b/Source/lattice.h index 0067a98f7e..f5f677023c 100644 --- a/Source/lattice.h +++ b/Source/lattice.h @@ -3,7 +3,7 @@ // interface // // Created by Philip on 1/19/13. -// Copyright (c) 2013 Rosedale Lab. All rights reserved. +// Copyright (c) 2013 High Fidelity, Inc. All rights reserved. // #ifndef __interface__lattice__ diff --git a/Source/marker_acquisition_view.cpp b/Source/marker_acquisition_view.cpp index 2b553aec6e..46d1da8ce6 100644 --- a/Source/marker_acquisition_view.cpp +++ b/Source/marker_acquisition_view.cpp @@ -3,7 +3,7 @@ // interface // // Created by Kenneth Keiter on 12/12/12. -// Copyright (c) 2012 Rosedale Lab. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include "marker_acquisition_view.h" diff --git a/Source/marker_acquisition_view.h b/Source/marker_acquisition_view.h index 7d1691fdca..3206a71d7d 100644 --- a/Source/marker_acquisition_view.h +++ b/Source/marker_acquisition_view.h @@ -3,7 +3,7 @@ // interface // // Created by Kenneth Keiter on 12/12/12. -// Copyright (c) 2012 Rosedale Lab. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef __interface__marker_acquisition_view__ diff --git a/Source/markers.cpp b/Source/markers.cpp index d58befe44d..22a1d55ea5 100644 --- a/Source/markers.cpp +++ b/Source/markers.cpp @@ -3,7 +3,7 @@ // interface // // Created by Kenneth Keiter on 12/11/12. -// Copyright (c) 2012 Rosedale Lab. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include "markers.h" diff --git a/Source/markers.h b/Source/markers.h index 9de2e5a157..f00ea311a6 100644 --- a/Source/markers.h +++ b/Source/markers.h @@ -3,7 +3,7 @@ // interface // // Created by Kenneth Keiter on 12/11/12. -// Copyright (c) 2012 Rosedale Lab. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef __interface__markers__ diff --git a/Source/network.cpp b/Source/network.cpp index 7148f8af04..131bb98f72 100644 --- a/Source/network.cpp +++ b/Source/network.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/27/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include diff --git a/Source/network.h b/Source/network.h index f780f741bd..ffc6840753 100644 --- a/Source/network.h +++ b/Source/network.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/27/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_network_h diff --git a/Source/particle.cpp b/Source/particle.cpp index 96727a2dca..0edeb5e73e 100644 --- a/Source/particle.cpp +++ b/Source/particle.cpp @@ -3,7 +3,7 @@ // interface // // Created by Seiji Emery on 9/4/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #include "particle.h" diff --git a/Source/particle.h b/Source/particle.h index 696f225c4c..228242af97 100644 --- a/Source/particle.h +++ b/Source/particle.h @@ -3,7 +3,7 @@ // interface // // Created by Seiji Emery on 9/4/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_particle_h diff --git a/Source/util.cpp b/Source/util.cpp index d33ac70c66..7f533881bf 100644 --- a/Source/util.cpp +++ b/Source/util.cpp @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/24/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifdef __APPLE__ diff --git a/Source/util.h b/Source/util.h index 263443e2b2..0aa7fe5e88 100644 --- a/Source/util.h +++ b/Source/util.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/24/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // #ifndef interface_util_h diff --git a/Source/world.h b/Source/world.h index fba67e0ab2..fc69b00fd9 100644 --- a/Source/world.h +++ b/Source/world.h @@ -3,7 +3,7 @@ // interface // // Created by Philip Rosedale on 8/23/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. +// Copyright (c) 2012 High Fidelity, Inc. All rights reserved. // // Simulation happens in positive cube with edge of size WORLD_SIZE diff --git a/interface.xcodeproj/project.pbxproj b/interface.xcodeproj/project.pbxproj index b8c2db7b50..de5f22e24f 100644 --- a/interface.xcodeproj/project.pbxproj +++ b/interface.xcodeproj/project.pbxproj @@ -1329,7 +1329,7 @@ isa = PBXProject; attributes = { LastUpgradeCheck = 0450; - ORGANIZATIONNAME = "Rosedale Lab"; + ORGANIZATIONNAME = "HighFidelity, Inc."; }; buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "interface" */; compatibilityVersion = "Xcode 3.2";