Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit a4d2922

Browse files
committed
Fix license file names
1 parent 3959989 commit a4d2922

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Xamarin.Auth/System.Json/JavaScriptReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// AssemblyInfo.cs
2+
// JavaScriptReader.cs
33
//
44
// Authors:
55
// Marek Safar ([email protected])

src/Xamarin.Auth/System.Json/JsonArray.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// AssemblyInfo.cs
2+
// JsonArray.cs
33
//
44
// Authors:
55
// Marek Safar ([email protected])

src/Xamarin.Auth/System.Json/JsonObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// AssemblyInfo.cs
2+
// JsonObject.cs
33
//
44
// Authors:
55
// Marek Safar ([email protected])

src/Xamarin.Auth/System.Json/JsonPrimitive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// AssemblyInfo.cs
2+
// JsonPrimitive.cs
33
//
44
// Authors:
55
// Marek Safar ([email protected])

src/Xamarin.Auth/System.Json/JsonType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// AssemblyInfo.cs
2+
// JsonType.cs
33
//
44
// Authors:
55
// Marek Safar ([email protected])

src/Xamarin.Auth/System.Json/JsonValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// AssemblyInfo.cs
2+
// JsonValue.cs
33
//
44
// Authors:
55
// Marek Safar ([email protected])

0 commit comments

Comments
 (0)