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

Commit 7d64e37

Browse files
committed
Rename to company name
1 parent e0fe1a7 commit 7d64e37

Some content is hidden

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

62 files changed

+68
-68
lines changed

NuGet.Core/ServiceStack.Text.Core/servicestack.text.core.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>ServiceStack.Text.Core</id>
55
<title>ServiceStack.Text.Core</title>
66
<version>1.0.0</version>
7-
<authors>Service Stack</authors>
8-
<owners>Service Stack</owners>
7+
<authors>ServiceStack</authors>
8+
<owners>ServiceStack</owners>
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
1010
<description>
1111
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.

NuGet.Signed/ServiceStack.Text.Signed/servicestack.text.signed.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>ServiceStack.Text.Signed</id>
55
<title>ServiceStack.Text.Signed</title>
66
<version>4.5.0</version>
7-
<authors>Service Stack</authors>
8-
<owners>Service Stack</owners>
7+
<authors>ServiceStack</authors>
8+
<owners>ServiceStack</owners>
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
1010
<description>
1111
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.

NuGet/ServiceStack.Text/servicestack.text.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<id>ServiceStack.Text</id>
55
<title>.NET's fastest JSON Serializer by ServiceStack</title>
66
<version>4.5.0</version>
7-
<authors>Service Stack</authors>
8-
<owners>Service Stack</owners>
7+
<authors>ServiceStack</authors>
8+
<owners>ServiceStack</owners>
99
<summary>.NET's fastest JSON, JSV and CSV Text Serializers</summary>
1010
<description>
1111
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.

README.md

Lines changed: 1 addition & 1 deletion

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ServiceStack
2-
Copyright (c) 2013 Service Stack
2+
Copyright (c) 2013 ServiceStack
33
===============================================================================
44

55
This program is free software: you can redistribute it and/or modify it

src/ServiceStack.Text/AutoMappingUtils.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/Common/DateTimeSerializer.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/Common/DeserializeArray.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/Common/DeserializeBuiltin.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/Common/DeserializeCollection.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)