Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ let package = Package(
dependencies: [
// Without local changes
.package(
url: "<TODO: insert git link>",
url: "https://github.com/firebase/firebase-telemetry-persistence.git",
branch: "main"),
// With local changes
.package(name: "firebase-telemetry-persistence", path: "../../../firebase-telemetry-persistence"),
Expand All @@ -170,14 +170,12 @@ let package = Package(

## Source Code Headers

Every file containing source code must include copyright and license
information. This includes any JS/CSS files that you might be serving out to
browsers. (This is to help well-intentioned people avoid accidental copying that
doesn't comply with the license.)
Every file containing source code (such as C++ `.cpp`/`.h` and Swift `.swift` files) must include copyright and license
information.

Apache header:

Copyright 2024 Google LLC
Copyright 2026 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading