File tree Expand file tree Collapse file tree 5 files changed +60
-16
lines changed Expand file tree Collapse file tree 5 files changed +60
-16
lines changed Original file line number Diff line number Diff line change 1
- //
2
- // SwiftCppAPI.swift
3
- // Firebase
4
- //
5
- // Created by Cheryl Lin on 2024-10-22.
6
- //
1
+ /*
2
+ * Copyright 2024 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
7
16
8
17
import FirebaseFirestoreCpp
9
18
Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ firebase_ios_glob(
220
220
src/remote/*.h
221
221
swift/include/*.h
222
222
swift/src/*.cc
223
- swift/umbrella/*.h
224
223
EXCLUDE ${nanopb_sources}
225
224
)
226
225
Original file line number Diff line number Diff line change 1
- //
2
- // Created by Cheryl Lin on 2024-10-22.
3
- //
1
+ /*
2
+ * Copyright 2024 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
4
16
5
17
#ifndef FIREBASE_FIREBASEFIRESTORECPP_H
6
18
#define FIREBASE_FIREBASEFIRESTORECPP_H
Original file line number Diff line number Diff line change 1
- //
2
- // Created by Cheryl Lin on 2024-10-22.
3
- //
1
+ /*
2
+ * Copyright 2024 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
4
16
5
17
#ifndef FIREBASE_USED_BY_SWIFT_H
6
18
#define FIREBASE_USED_BY_SWIFT_H
Original file line number Diff line number Diff line change 1
- //
2
- // Created by Cheryl Lin on 2024-10-22.
3
- //
1
+ /*
2
+ * Copyright 2024 Google LLC
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
4
16
5
17
#include " ../include/used_by_swift.h"
6
18
#include < iostream>
You can’t perform that action at this time.
0 commit comments