Skip to content

Commit 0107758

Browse files
committed
Sync-up editorconfig
Syncs up with https://github.com/rabbitmq/rabbitmq-dotnet-client.git (cherry picked from commit a487474) Sort to match rabbitmq-dotnet-client, add doc links (cherry picked from commit 3816e43) Finish up syncing editorconfig with AMQP client Reformat, which basically updates the copyright Finish up syncing editorconfig with AMQP client
1 parent 2d11ab9 commit 0107758

File tree

99 files changed

+258
-237
lines changed

Some content is hidden

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

99 files changed

+258
-237
lines changed

.editorconfig

Lines changed: 160 additions & 139 deletions
Large diffs are not rendered by default.

RabbitMQ.Stream.Client/AMQP/AmqpParseException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66

RabbitMQ.Stream.Client/AMQP/AmqpWireFormattingRead.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/AmqpWireFormattingWrite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/Annotations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
namespace RabbitMQ.Stream.Client.AMQP
66
{

RabbitMQ.Stream.Client/AMQP/ApplicationProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
namespace RabbitMQ.Stream.Client.AMQP
66
{

RabbitMQ.Stream.Client/AMQP/Data.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/DescribedFormatCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System;
66
using System.Buffers;

RabbitMQ.Stream.Client/AMQP/FormatCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
namespace RabbitMQ.Stream.Client.AMQP
66
{

RabbitMQ.Stream.Client/AMQP/Header.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 2.0.
3-
// Copyright (c) 2007-2020 VMware, Inc.
3+
// Copyright (c) 2007-2023 VMware, Inc.
44

55
using System.Buffers;
66

0 commit comments

Comments
 (0)