Skip to content

Commit 384ac21

Browse files
committed
license fixes
1 parent 3dbcccb commit 384ac21

File tree

82 files changed

+86
-188
lines changed

Some content is hidden

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

82 files changed

+86
-188
lines changed

.licenseignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ Snippets/*
3434
dev/git.commit.template
3535
.unacceptablelanguageignore
3636
IntegrationTests/*.sh
37+
scripts/generate_contributors_list.sh
38+
scripts/generate_rediscommandencoder_multi_encode.sh

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// This source file is part of the RediStack open source project
55
//
6-
// Copyright (c) 2019-2023 RediStack project authors
6+
// Copyright (c) 2019-2023 Apple Inc. and the RediStack project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information

Sources/RESP3/RESP3Error.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2023 RediStack project authors
5+
// Copyright (c) 2023 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/RESP3/RESP3Token.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2023 RediStack project authors
5+
// Copyright (c) 2023 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/RESP3/RESP3TokenDecoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2023 RediStack project authors
5+
// Copyright (c) 2023 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/RESP3/RESP3TypeIdentifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2023 RediStack project authors
5+
// Copyright (c) 2023 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/RediStack/ChannelHandlers/RedisByteDecoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2019-2022 RediStack project authors
5+
// Copyright (c) 2019-2022 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/RediStack/ChannelHandlers/RedisCommandHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2019-2020 RediStack project authors
5+
// Copyright (c) 2019-2020 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

Sources/RediStack/ChannelHandlers/RedisMessageEncoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the RediStack open source project
44
//
5-
// Copyright (c) 2019 RediStack project authors
5+
// Copyright (c) 2019 Apple Inc. and the RediStack project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)