Skip to content

Commit 09bcdab

Browse files
committed
change project name in license headers
1 parent 429e7d8 commit 09bcdab

File tree

114 files changed

+342
-342
lines changed

Some content is hidden

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

114 files changed

+342
-342
lines changed

.license_header_template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@@===----------------------------------------------------------------------===@@
22
@@
3-
@@ This source file is part of the Swift Foundation Models Playground open source project
3+
@@ This source file is part of the Swift Bedrock Library open source project
44
@@
55
@@ Copyright (c) YEARS Amazon.com, Inc. or its affiliates
6-
@@ and the Swift Foundation Models Playground project authors
6+
@@ and the Swift Bedrock Library project authors
77
@@ Licensed under Apache License v2.0
88
@@
99
@@ See LICENSE.txt for license information
10-
@@ See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
@@ See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
@@
1212
@@ SPDX-License-Identifier: Apache-2.0
1313
@@

Examples/web-playground/backend/Sources/PlaygroundAPI/App.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Examples/web-playground/backend/Sources/PlaygroundAPI/Application+build.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Examples/web-playground/backend/Sources/PlaygroundAPI/Types/Chat.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Examples/web-playground/backend/Sources/PlaygroundAPI/Types/ImageGeneration.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Examples/web-playground/backend/Sources/PlaygroundAPI/Types/ListModels.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Examples/web-playground/backend/Sources/PlaygroundAPI/Types/TextGeneration.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Sources/BedrockService/BedrockAuthentication+JWT.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Sources/BedrockService/BedrockAuthentication.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Sources/BedrockService/BedrockModel.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the Swift Foundation Models Playground open source project
3+
// This source file is part of the Swift Bedrock Library open source project
44
//
55
// Copyright (c) 2025 Amazon.com, Inc. or its affiliates
6-
// and the Swift Foundation Models Playground project authors
6+
// and the Swift Bedrock Library project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift Foundation Models Playground project authors
10+
// See CONTRIBUTORS.txt for the list of Swift Bedrock Library project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

0 commit comments

Comments
 (0)