Skip to content

Commit 489fc63

Browse files
committed
Updated copyrights
1 parent 095721d commit 489fc63

File tree

402 files changed

+423
-401
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

402 files changed

+423
-401
lines changed

Builder/TestProject/Assets/Editor/AppExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Builder/TestProject/Assets/Logger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTest/java/spacemadness/com/lunarconsoleapp/ApplicationBaseUITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTest/java/spacemadness/com/lunarconsoleapp/ConsoleLogViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTest/java/spacemadness/com/lunarconsoleapp/ExceptionWarningTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTest/java/spacemadness/com/lunarconsoleapp/PluginSettingsActivityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTest/java/spacemadness/com/lunarconsoleapp/helpers/ViewActionsEx.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTestFull/java/spacemadness/com/lunarconsoleapp/ConsoleActionsViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/androidTestFull/java/spacemadness/com/lunarconsoleapp/LogOverlayViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

Native/Android/LunarConsole/app/src/main/java/spacemadness/com/lunarconsoleapp/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Lunar Unity Mobile Console
55
// https://github.com/SpaceMadness/lunar-unity-console
66
//
7-
// Copyright 2015-2020 Alex Lementuev, SpaceMadness.
7+
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)