Skip to content

Commit 83446a8

Browse files
committed
remove unnecessary license header file
1 parent 77b0c86 commit 83446a8

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Examples/AWSSDK/Package.swift

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
// swift-tools-version: 6.0.0
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
3-
4-
//===----------------------------------------------------------------------===//
5-
//
6-
// This source file is part of the AWS Lambda Swift
7-
// VSCode extension open source project.
8-
//
9-
// Copyright (c) 2024, the VSCode AWS Lambda Swift extension project authors.
10-
// Licensed under Apache License v2.0.
11-
//
12-
// See LICENSE.txt for license information
13-
// See CONTRIBUTORS.txt for the list of VSCode AWS Lambda Swift project authors
14-
//
15-
// SPDX-License-Identifier: Apache-2.0
16-
//
17-
//===----------------------------------------------------------------------===//
1+
// swift-tools-version: 6.0
182

193
import PackageDescription
204

Examples/AWSSDK/template.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
#===----------------------------------------------------------------------===//
2-
#
3-
# This source file is part of the AWS Lambda Swift
4-
# VSCode extension open source project.
5-
#
6-
# Copyright (c) 2024, the VSCode AWS Lambda Swift extension 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 VSCode AWS Lambda Swift project authors
11-
#
12-
# SPDX-License-Identifier: Apache-2.0
13-
#
14-
#===----------------------------------------------------------------------===//
15-
161
AWSTemplateFormatVersion: '2010-09-09'
172
Transform: AWS::Serverless-2016-10-31
183
Description: SAM Template for AWS SDK Example

0 commit comments

Comments
 (0)