From aca43d26d86620e5c136680f3c15806a60508691 Mon Sep 17 00:00:00 2001 From: Jason Lokerson Date: Fri, 8 Apr 2016 20:29:47 -0700 Subject: [PATCH] Add missing coypright headers --- src/autowiring/C++11/filesystem.h | 1 + src/autowiring/test/FileSystemHeaderTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/autowiring/C++11/filesystem.h b/src/autowiring/C++11/filesystem.h index e21fee241..361937ecc 100644 --- a/src/autowiring/C++11/filesystem.h +++ b/src/autowiring/C++11/filesystem.h @@ -1,3 +1,4 @@ +// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved. #pragma once #ifdef _MSC_VER diff --git a/src/autowiring/test/FileSystemHeaderTest.cpp b/src/autowiring/test/FileSystemHeaderTest.cpp index 2f5d2c6d0..af511a22d 100644 --- a/src/autowiring/test/FileSystemHeaderTest.cpp +++ b/src/autowiring/test/FileSystemHeaderTest.cpp @@ -1,3 +1,4 @@ +// Copyright (C) 2012-2015 Leap Motion, Inc. All rights reserved. #include "stdafx.h" #include #include