We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbfc9e commit 9575927Copy full SHA for 9575927
Tests/ValkeyTests/Utils/RESP3Value.swift
@@ -1,9 +1,16 @@
1
+//===----------------------------------------------------------------------===//
2
//
-// RESP3Builder.swift
3
-// swift-valkey
+// This source file is part of the swift-valkey open source project
4
5
-// Created by Fabian Fett on 24.04.25.
+// Copyright (c) 2025 Apple Inc. and the swift-valkey project authors
6
+// Licensed under Apache License v2.0
7
8
+// See LICENSE.txt for license information
9
+// See CONTRIBUTORS.txt for the list of swift-valkey project authors
10
+//
11
+// SPDX-License-Identifier: Apache-2.0
12
13
14
15
import NIOCore
16
import Valkey
0 commit comments