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

+2-2
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

+2-2
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

+2-2
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

+1-1

license.txt

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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/DeserializeDictionary.cs

+1-1
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/DeserializeKeyValuePair.cs

+1-1
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/DeserializeListWithElements.cs

+1-1
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/DeserializeType.cs

+1-1
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/DeserializeTypeUtils.cs

+1-1
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/JsDelegates.cs

+1-1
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/ParseUtils.cs

+1-1
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/StaticParseMethod.cs

+1-1
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/WriteDictionary.cs

+1-1
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/WriteLists.cs

+1-1
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/WriteType.cs

+1-1
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/Controller/CommandProcessor.cs

+1-1
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/Controller/PathInfo.cs

+1-1
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/CsvStreamExtensions.cs

+1-1
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/DateTimeExtensions.cs

+1-1
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/Env.cs

+1-1
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/ITypeSerializer.Generic.cs

+1-1
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/Json/JsonTypeSerializer.cs

+1-1
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/JsonUtils.cs

+1-1
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/JsonWriter.Generic.cs

+1-1
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/JsonSerializer.Generic.cs

+1-1
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/JsonSerializer.cs

+1-1
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/Jsv/JsvSerializer.Generic.cs

+1-1
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/JsvTypeSerializer.cs

+1-1
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/JsvWriter.Generic.cs

+1-1
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/JsvFormatter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Peter Townsend ([email protected])
77
// Demis Bellot ([email protected])
88
//
9-
// Copyright 2012 Service Stack LLC. All Rights Reserved.
9+
// Copyright 2012 ServiceStack, Inc. All Rights Reserved.
1010
//
1111
// Licensed under the same terms of ServiceStack.
1212
//

src/ServiceStack.Text/LicenseUtils.cs

+1-1
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/MapExtensions.cs

+1-1
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/PathUtils.cs

+1-1
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

src/ServiceStack.Text/Pcl.Dynamic.cs

+1-1
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
#if !(PCL || LITE || NO_DYNAMIC)

src/ServiceStack.Text/PclExport.NetStandard.cs

+1-1
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
#if NETSTANDARD1_1

src/ServiceStack.Text/PclExport.Sl5.cs

+1-1
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
#if SL5

src/ServiceStack.Text/PclExport.WP.cs

+1-1
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
#if WP

src/ServiceStack.Text/PclExport.WinStore.cs

+1-1
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
#if NETFX_CORE

src/ServiceStack.Text/PclExport.Xbox.cs

+1-1
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
#if XBOX

src/ServiceStack.Text/PclExport.cs

+1-1
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/QueryStringSerializer.cs

+1-1
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/Reflection/StaticAccessors.cs

+1-1
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/StreamExtensions.cs

+1-1
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/Support/TypePair.cs

+1-1
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)