Skip to content

Commit 40da2e1

Browse files
committed
fix license
1 parent e0c2d37 commit 40da2e1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Examples/embeddings/Sources/Embeddings.swift

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
// The Swift Programming Language
2-
// https://docs.swift.org/swift-book
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift Bedrock Library open source project
4+
//
5+
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6+
// and the Swift Bedrock Library project authors
7+
// Licensed under Apache License v2.0
8+
//
9+
// See LICENSE.txt for license information
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
11+
//
12+
// SPDX-License-Identifier: Apache-2.0
13+
//
14+
//===----------------------------------------------------------------------===//
315

416
import BedrockService
517
import Foundation

0 commit comments

Comments
 (0)