From 3919b16971a8bf377609089c46246b962d71feb1 Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Wed, 23 Sep 2026 11:53:21 -0400 Subject: [PATCH 1/3] Clean up the readme file --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8646b36..12319fa 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ let package = Package( dependencies: [ // Without local changes .package( - url: "", + url: "https://github.com/firebase/firebase-telemetry-persistence.git", branch: "main"), // With local changes .package(name: "firebase-telemetry-persistence", path: "../../../firebase-telemetry-persistence"), @@ -170,14 +170,11 @@ 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` and `.h` 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. From a26099514cfa199f574999eeddbb3caf4949cc77 Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Wed, 23 Sep 2026 11:55:52 -0400 Subject: [PATCH 2/3] Update README.md let the ai do its thing Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12319fa..7a75c98 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ let package = Package( ## Source Code Headers -Every file containing source code (such as C++ `.cpp` and `.h` files) must include copyright and license information. +Every file containing source code (such as C++ \`.cpp\`/\`.h\` and Swift \`.swift\` files) must include copyright and license information. Apache header: From d277fba3241d0c4833ae0ce0c9ff18a40c149e0f Mon Sep 17 00:00:00 2001 From: Matthew Robertson Date: Wed, 23 Sep 2026 11:58:02 -0400 Subject: [PATCH 3/3] Format --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a75c98..82ef014 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,8 @@ let package = Package( ## Source Code Headers -Every file containing source code (such as C++ \`.cpp\`/\`.h\` and Swift \`.swift\` files) must include copyright and license information. +Every file containing source code (such as C++ `.cpp`/`.h` and Swift `.swift` files) must include copyright and license +information. Apache header: