Skip to content

Commit

Permalink
fixed missing copyright header in EditorForegroundRunner.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
patapizza committed Sep 16, 2021
1 parent 3f7c7d0 commit 276b240
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Scripts/Editor/Utility/EditorForegroundRunner.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
using System;
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*/

using System;
using System.Collections.Concurrent;
using UnityEditor;

Expand Down

0 comments on commit 276b240

Please sign in to comment.