Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 4e06be2

Browse files
committed
Update copyright
1 parent 11f487f commit 4e06be2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) Service Stack LLC. All Rights Reserved.
1+
//Copyright (c) ServiceStack, Inc. All Rights Reserved.
22
//License: https://raw.github.com/ServiceStack/ServiceStack/master/license.txt
33

44
using System;

src/ServiceStack.Text/Json/JsonReader.Generic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) Service Stack LLC. All Rights Reserved.
1+
//Copyright (c) ServiceStack, Inc. All Rights Reserved.
22
//License: https://raw.github.com/ServiceStack/ServiceStack/master/license.txt
33

44
using System;

src/ServiceStack.Text/Jsv/JsvReader.Generic.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) Service Stack LLC. All Rights Reserved.
1+
//Copyright (c) ServiceStack, Inc. All Rights Reserved.
22
//License: https://raw.github.com/ServiceStack/ServiceStack/master/license.txt
33

44
using System;

src/ServiceStack.Text/LicenseUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static void AssertEvaluationLicense()
162162
"See https://servicestack.net to upgrade to a valid license.").Trace();
163163
}
164164

165-
private static readonly int[] revokedSubs = { 4018, 4019, 4041, 4331 };
165+
private static readonly int[] revokedSubs = { 4018, 4019, 4041, 4331, 4581 };
166166

167167
private static LicenseKey __activatedLicense;
168168
public static void RegisterLicense(string licenseKeyText)

src/ServiceStack.Text/ListExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright (c) Service Stack LLC. All Rights Reserved.
1+
//Copyright (c) ServiceStack, Inc. All Rights Reserved.
22
//License: https://raw.github.com/ServiceStack/ServiceStack/master/license.txt
33

44
using System;

src/ServiceStack.Text/ReflectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Authors:
66
// Demis Bellot ([email protected])
77
//
8-
// Copyright 2012 Service Stack LLC. All Rights Reserved.
8+
// Copyright 2012 ServiceStack, Inc. All Rights Reserved.
99
//
1010
// Licensed under the same terms of ServiceStack.
1111
//

src/ServiceStack.Text/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Authors:
66
// Demis Bellot ([email protected])
77
//
8-
// Copyright 2012 Service Stack LLC. All Rights Reserved.
8+
// Copyright 2012 ServiceStack, Inc. All Rights Reserved.
99
//
1010
// Licensed under the same terms of ServiceStack.
1111
//

0 commit comments

Comments
 (0)