Skip to content

Commit 44b4570

Browse files
committed
add missing headers
1 parent de73d01 commit 44b4570

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Assets/FbxExporters/Editor/UnitTests/DefaultSelectionTest.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using UnityEngine;
1+
// ***********************************************************************
2+
// Copyright (c) 2017 Unity Technologies. All rights reserved.
3+
//
4+
// Licensed under the ##LICENSENAME##.
5+
// See LICENSE.md file in the project root for full license information.
6+
// ***********************************************************************
7+
8+
using UnityEngine;
29
using UnityEditor;
310
using UnityEngine.TestTools;
411
using NUnit.Framework;

Assets/FbxExporters/Editor/UnitTests/ExporterTestBase.cs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using UnityEngine;
1+
// ***********************************************************************
2+
// Copyright (c) 2017 Unity Technologies. All rights reserved.
3+
//
4+
// Licensed under the ##LICENSENAME##.
5+
// See LICENSE.md file in the project root for full license information.
6+
// ***********************************************************************
7+
8+
using UnityEngine;
29
using UnityEditor;
310
using UnityEngine.TestTools;
411
using NUnit.Framework;

0 commit comments

Comments
 (0)