diff --git a/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs b/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs index 791179453..a899ce932 100644 --- a/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs +++ b/Assets/Editor/UnitTests/Models/Area/AtmosphereComponentTest.cs @@ -1,9 +1,18 @@ -using System; +#region License +// ==================================================== +// Project Porcupine Copyright(C) 2016 Team Porcupine +// This program comes with ABSOLUTELY NO WARRANTY; This is free software, +// and you are welcome to redistribute it under certain conditions; See +// file LICENSE, which is part of this source code package, for details. +// ==================================================== +#endregion + +using System; using NUnit.Framework; public class AtmosphereComponentTest { - AtmosphereComponent empty1, empty2, notEmpty1, notEmpty2; + private AtmosphereComponent empty1, empty2, notEmpty1, notEmpty2; [SetUp] public void Setup() diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index c42c1b775..770459331 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -526,4 +526,4 @@ PlayerSettings: cloudProjectId: projectName: organizationId: - cloudEnabled: 0 \ No newline at end of file + cloudEnabled: 0