From 8fd6bc41aae001ba4d995def1d920bae7a54f966 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 18 Jun 2013 18:09:03 -0700 Subject: [PATCH] add copyright to PerfStat implementation file --- libraries/shared/src/PerfStat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/shared/src/PerfStat.cpp b/libraries/shared/src/PerfStat.cpp index 2de5aa2816..c376cfcb3e 100644 --- a/libraries/shared/src/PerfStat.cpp +++ b/libraries/shared/src/PerfStat.cpp @@ -3,6 +3,7 @@ // hifi // // Created by Brad Hefta-Gaub on 3/29/13. +// Copyright (c) 2013 HighFidelity, Inc. All rights reserved. // // Poor-man's performance stats collector class. Useful for collecting timing // details from various portions of the code.