Skip to content

Commit 88f4ff3

Browse files
authored
[KDB-598] Update copyright notice (#4822)
* Update copyright notice * Update license to kurrent license v1
1 parent aa082df commit 88f4ff3

File tree

2,834 files changed

+5681
-5669
lines changed

Some content is hidden

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

2,834 files changed

+5681
-5669
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Event Store License v2
1+
# Kurrent License v1
22

3-
Copyright (c) 2011-2025, Event Store Ltd. All rights reserved.
3+
Copyright (c) 2011-2025, Kurrent, Inc. All rights reserved.
44

55
### Acceptance
66

LICENSE_CONTRIBUTIONS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
EventStoreDB code after versions 24.6.x is generally subject to the terms of the
2-
Event Store License v2 (ESLv2, see LICENSE.md), however, some parts of the code remain
3-
subject to the terms of the Event Store License, which they were contributed under.
1+
KurrentDB code and EventStoreDB code after versions 24.6.x is generally subject to the terms of the Kurrent License v1
2+
(KLv1, see License.md), however, some parts of the code remain subject to the terms of the Event Store License, which
3+
they were contributed under.
44

55
# Event Store License
66

src/.editorconfig

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ charset = utf-8
1616

1717
# License headers
1818
dotnet_diagnostic.IDE0073.severity = error
19-
file_header_template = Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.\nEvent Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
19+
file_header_template = Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.\nKurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
2020

2121
# New line preferences
2222
csharp_new_line_before_open_brace = none
@@ -61,34 +61,34 @@ dotnet_style_predefined_type_for_member_access = true:suggestion
6161

6262
# name all constant fields using PascalCase
6363
dotnet_naming_rule.constant_fields_should_be_pascal_case.severity = suggestion
64-
dotnet_naming_rule.constant_fields_should_be_pascal_case.symbols = constant_fields
65-
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
64+
dotnet_naming_rule.constant_fields_should_be_pascal_case.symbols = constant_fields
65+
dotnet_naming_rule.constant_fields_should_be_pascal_case.style = pascal_case_style
6666

67-
dotnet_naming_symbols.constant_fields.applicable_kinds = field
67+
dotnet_naming_symbols.constant_fields.applicable_kinds = field
6868
dotnet_naming_symbols.constant_fields.required_modifiers = const
6969

7070
dotnet_naming_style.pascal_case_style.capitalization = pascal_case
7171

7272
# static fields should have s_ prefix
7373
dotnet_naming_rule.static_fields_should_have_prefix.severity = suggestion
7474
dotnet_naming_rule.static_fields_should_have_prefix.style = pascal_case_style
75-
dotnet_naming_rule.static_fields_should_have_prefix.symbols = static_fields
75+
dotnet_naming_rule.static_fields_should_have_prefix.symbols = static_fields
7676

77-
dotnet_naming_symbols.static_fields.applicable_kinds = field
77+
dotnet_naming_symbols.static_fields.applicable_kinds = field
7878
dotnet_naming_symbols.static_fields.required_modifiers = static
7979

80-
dotnet_naming_style.static_prefix_style.capitalization = pascal_case
80+
dotnet_naming_style.static_prefix_style.capitalization = pascal_case
8181

8282
# internal and private fields should be _camelCase
8383
dotnet_naming_rule.camel_case_for_private_internal_fields.severity = suggestion
84-
dotnet_naming_rule.camel_case_for_private_internal_fields.symbols = private_internal_fields
85-
dotnet_naming_rule.camel_case_for_private_internal_fields.style = camel_case_underscore_style
84+
dotnet_naming_rule.camel_case_for_private_internal_fields.symbols = private_internal_fields
85+
dotnet_naming_rule.camel_case_for_private_internal_fields.style = camel_case_underscore_style
8686

8787
dotnet_naming_symbols.private_internal_fields.applicable_kinds = field
8888
dotnet_naming_symbols.private_internal_fields.applicable_accessibilities = private, internal
8989

9090
dotnet_naming_style.camel_case_underscore_style.required_prefix = _
91-
dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case
91+
dotnet_naming_style.camel_case_underscore_style.capitalization = camel_case
9292

9393
# Code style defaults
9494
dotnet_sort_system_directives_first = true

src/EventStore.BufferManagement.Tests/BufferManagerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55
using System.Collections.Generic;

src/EventStore.BufferManagement.Tests/BufferPoolStreamTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55
using System.IO;

src/EventStore.BufferManagement.Tests/BufferPoolTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55
using System.Collections.Generic;

src/EventStore.BufferManagement/BufferManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55
using System.Collections.Concurrent;

src/EventStore.BufferManagement/BufferPool.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55
using System.Collections.Generic;

src/EventStore.BufferManagement/BufferPoolStream.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55
using System.IO;

src/EventStore.BufferManagement/UnableToAllocateBufferException.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Copyright (c) Event Store Ltd and/or licensed to Event Store Ltd under one or more agreements.
2-
// Event Store Ltd licenses this file to you under the Event Store License v2 (see LICENSE.md).
1+
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements.
2+
// Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md).
33

44
using System;
55

0 commit comments

Comments
 (0)