diff --git a/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/concurrent/ImmediateDispatchQueue.java b/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/concurrent/ImmediateDispatchQueue.java index 08938096..70f1b417 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/concurrent/ImmediateDispatchQueue.java +++ b/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/concurrent/ImmediateDispatchQueue.java @@ -1,3 +1,25 @@ +// +// ImmediateDispatchQueue.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.concurrent; public class ImmediateDispatchQueue extends DispatchQueue { diff --git a/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/console/RichTextFactoryTest.java b/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/console/RichTextFactoryTest.java index b5895fe1..f7985d99 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/console/RichTextFactoryTest.java +++ b/Native/Android/LunarConsole/lunarConsole/src/androidTest/java/spacemadness/com/lunarconsole/console/RichTextFactoryTest.java @@ -1,3 +1,25 @@ +// +// RichTextFactoryTest.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.console; import android.text.SpannableString; diff --git a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/ColorFactory.java b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/ColorFactory.java index 8ef50b08..74efbaa7 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/ColorFactory.java +++ b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/ColorFactory.java @@ -1,3 +1,25 @@ +// +// ColorFactory.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.console; public interface ColorFactory { diff --git a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultColorFactory.java b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultColorFactory.java index ea621e0d..cfd5f0af 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultColorFactory.java +++ b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultColorFactory.java @@ -1,3 +1,25 @@ +// +// DefaultColorFactory.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.console; import android.content.Context; diff --git a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultRichTextFactory.java b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultRichTextFactory.java index 2ba526b3..4d1cdba1 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultRichTextFactory.java +++ b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/DefaultRichTextFactory.java @@ -1,3 +1,25 @@ +// +// DefaultRichTextFactory.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.console; import android.graphics.Typeface; diff --git a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/RichTextFactory.java b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/RichTextFactory.java index 72010697..a4a96ed3 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/RichTextFactory.java +++ b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/console/RichTextFactory.java @@ -1,3 +1,25 @@ +// +// RichTextFactory.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.console; import android.text.Spanned; diff --git a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/utils/IntReference.java b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/utils/IntReference.java index 453b4d06..c8c27f77 100644 --- a/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/utils/IntReference.java +++ b/Native/Android/LunarConsole/lunarConsole/src/main/java/spacemadness/com/lunarconsole/utils/IntReference.java @@ -1,3 +1,25 @@ +// +// IntReference.java +// +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console +// +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + + package spacemadness.com.lunarconsole.utils; public class IntReference { diff --git a/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.h b/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.h index 2f907885..7b617f00 100644 --- a/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.h +++ b/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.h @@ -1,10 +1,24 @@ // // LULogMessage.h -// LunarConsole // -// Created by Alex Lementuev on 5/14/20. -// Copyright © 2020 Space Madness. All rights reserved. +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console // +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + #import diff --git a/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.m b/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.m index 2af53d45..616a5db5 100644 --- a/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.m +++ b/Native/iOS/LunarConsole/LunarConsole/Common/Console/Log/LULogMessage.m @@ -1,10 +1,24 @@ // // LULogMessage.m -// LunarConsole // -// Created by Alex Lementuev on 5/14/20. -// Copyright © 2020 Space Madness. All rights reserved. +// Lunar Unity Mobile Console +// https://github.com/SpaceMadness/lunar-unity-console // +// Copyright 2015-2020 Alex Lementuev, SpaceMadness. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + #import "LULogMessage.h" #import "LUStringUtils.h"