Skip to content

Commit 7d2362b

Browse files
committed
fixing format
1 parent 5462e69 commit 7d2362b

File tree

11 files changed

+115
-17
lines changed

11 files changed

+115
-17
lines changed

Firestore/Swift/Source/SwiftAPI/Pipeline.swift

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
// swift-tools-version:5.9
2+
// The swift-tools-version declares the minimum version of Swift required to
3+
// build this package.
4+
5+
// Copyright 2025 Google LLC
16
//
2-
// Pipeline.swift
3-
// Firebase
7+
// Licensed under the Apache License, Version 2.0 (the "License");
8+
// you may not use this file except in compliance with the License.
9+
// You may obtain a copy of the License at
410
//
5-
// Created by Cheryl Lin on 2024-12-18.
11+
// http://www.apache.org/licenses/LICENSE-2.0
612
//
13+
// Unless required by applicable law or agreed to in writing, software
14+
// distributed under the License is distributed on an "AS IS" BASIS,
15+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
// See the License for the specific language governing permissions and
17+
// limitations under the License.
718

819
#if SWIFT_PACKAGE
920
import FirebaseFirestoreCpp

Firestore/Swift/Source/SwiftAPI/PipelineResult.swift

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
// swift-tools-version:5.9
2+
// The swift-tools-version declares the minimum version of Swift required to
3+
// build this package.
4+
5+
// Copyright 2025 Google LLC
16
//
2-
// PipelineResult.swift
3-
// Firebase
7+
// Licensed under the Apache License, Version 2.0 (the "License");
8+
// you may not use this file except in compliance with the License.
9+
// You may obtain a copy of the License at
410
//
5-
// Created by Cheryl Lin on 2024-12-18.
11+
// http://www.apache.org/licenses/LICENSE-2.0
612
//
13+
// Unless required by applicable law or agreed to in writing, software
14+
// distributed under the License is distributed on an "AS IS" BASIS,
15+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
// See the License for the specific language governing permissions and
17+
// limitations under the License.
18+
719
#if SWIFT_PACKAGE
820
import FirebaseFirestoreCpp
921
#endif

Firestore/Swift/Source/SwiftAPI/PipelineSource.swift

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1+
// swift-tools-version:5.9
2+
// The swift-tools-version declares the minimum version of Swift required to
3+
// build this package.
4+
5+
// Copyright 2025 Google LLC
16
//
2-
// PipelineSource.swift
3-
// Pods
7+
// Licensed under the Apache License, Version 2.0 (the "License");
8+
// you may not use this file except in compliance with the License.
9+
// You may obtain a copy of the License at
410
//
5-
// Created by Cheryl Lin on 2024-12-12.
11+
// http://www.apache.org/licenses/LICENSE-2.0
612
//
13+
// Unless required by applicable law or agreed to in writing, software
14+
// distributed under the License is distributed on an "AS IS" BASIS,
15+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
// See the License for the specific language governing permissions and
17+
// limitations under the License.
18+
19+
#if SWIFT_PACKAGE
20+
import FirebaseFirestoreCpp
21+
#endif
722

823
@available(iOS 13, tvOS 13, macOS 10.15, macCatalyst 13, watchOS 7, *)
924
public class PipelineSource {

Firestore/core/interfaceForSwift/api/collection_stage.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
// Copyright 2025 Google LLC
12
//
2-
// Created by Cheryl Lin on 2024-12-11.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
36
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
414

515
#ifndef FIREBASE_COLLECTION_GROUP_STAGE_H
616
#define FIREBASE_COLLECTION_GROUP_STAGE_H

Firestore/core/interfaceForSwift/api/firestore_pipeline.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ PipelineSource FirestorePipeline::pipeline(
1313

1414
} // namespace api
1515
} // namespace firestore
16-
} // namespace firebase
16+
} // namespace firebase

Firestore/core/interfaceForSwift/api/firestore_pipeline.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
// Copyright 2025 Google LLC
12
//
2-
// Created by Cheryl Lin on 2024-12-10.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
36
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
414

515
#ifndef FIREBASE_FIRESTORE_PIPELINE_H
616
#define FIREBASE_FIRESTORE_PIPELINE_H

Firestore/core/interfaceForSwift/api/pipeline.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
// Copyright 2025 Google LLC
12
//
2-
// Created by Cheryl Lin on 2024-12-11.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
36
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
414

515
#ifndef FIREBASE_PIPELINE_H
616
#define FIREBASE_PIPELINE_H

Firestore/core/interfaceForSwift/api/pipeline_result.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ PipelineResult PipelineResult::GetTestResult(
2727
} // namespace api
2828

2929
} // namespace firestore
30-
} // namespace firebase
30+
} // namespace firebase

Firestore/core/interfaceForSwift/api/pipeline_result.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
// Copyright 2025 Google LLC
12
//
2-
// Created by Cheryl Lin on 2024-12-16.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
36
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
414

515
#ifndef FIREBASE_PIPELINE_RESULT_H
616
#define FIREBASE_PIPELINE_RESULT_H

Firestore/core/interfaceForSwift/api/pipeline_source.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
// Copyright 2025 Google LLC
12
//
2-
// Created by Cheryl Lin on 2024-12-09.
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
36
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
414

515
#ifndef FIREBASE_PIPELINE_SOURCE_H
616
#define FIREBASE_PIPELINE_SOURCE_H

0 commit comments

Comments
 (0)