Skip to content

Commit

Permalink
Project fixes: versions, copyrights, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Space Cadet Stimpy authored and weeeBox committed Nov 26, 2015
1 parent 7ad3841 commit 80ccb8a
Show file tree
Hide file tree
Showing 8 changed files with 145 additions and 17 deletions.
@@ -1,3 +1,24 @@
//
// StackTraceTest.java
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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;

import junit.framework.TestCase;
Expand Down
@@ -1,3 +1,24 @@
//
// StackTrace.java
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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;

import spacemadness.com.lunarconsole.debug.Log;
Expand Down
21 changes: 17 additions & 4 deletions Native/iOS/LunarConsole/LunarConsole/Utils/LUStacktrace.h
@@ -1,9 +1,22 @@
//
// LUStackTrace.h
// LunarConsole
// LUStacktrace.h
//
// Created by Alex Lementuev on 11/23/15.
// Copyright © 2015 Space Madness. All rights reserved.
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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 <Foundation/Foundation.h>
Expand Down
21 changes: 17 additions & 4 deletions Native/iOS/LunarConsole/LunarConsole/Utils/LUStacktrace.m
@@ -1,9 +1,22 @@
//
// LUStackTrace.m
// LunarConsole
// LUStacktrace.m
//
// Created by Alex Lementuev on 11/23/15.
// Copyright © 2015 Space Madness. All rights reserved.
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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 "LUStacktrace.h"
Expand Down
19 changes: 16 additions & 3 deletions Native/iOS/LunarConsole/LunarConsoleTests/LUStacktraceTest.m
@@ -1,9 +1,22 @@
//
// LUStacktraceTest.m
// LunarConsole
//
// Created by Alex Lementuev on 11/23/15.
// Copyright © 2015 Space Madness. All rights reserved.
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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 <XCTest/XCTest.h>
Expand Down
19 changes: 16 additions & 3 deletions Native/iOS/LunarConsoleApp/LunarConsoleApp/FakeLogEntry.h
@@ -1,9 +1,22 @@
//
// FakeLogEntry.h
// LunarConsoleApp
//
// Created by Alex Lementuev on 11/23/15.
// Copyright © 2015 Space Madness. All rights reserved.
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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 <Foundation/Foundation.h>
Expand Down
19 changes: 16 additions & 3 deletions Native/iOS/LunarConsoleApp/LunarConsoleApp/FakeLogEntry.m
@@ -1,9 +1,22 @@
//
// FakeLogEntry.m
// LunarConsoleApp
//
// Created by Alex Lementuev on 11/23/15.
// Copyright © 2015 Space Madness. All rights reserved.
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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 "FakeLogEntry.h"
Expand Down
21 changes: 21 additions & 0 deletions Project/Test/Test.cs
@@ -1,3 +1,24 @@
//
// Test.cs
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015 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.
//

using NUnit.Framework;
using System;

Expand Down

0 comments on commit 80ccb8a

Please sign in to comment.