[PR #762] [MERGED] Update #1387

Open
opened 2026-01-29 20:53:50 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/762
Author: @eustas
Created: 7/17/2019
Status: Merged
Merged: 7/17/2019
Merged by: @eustas

Base: masterHead: upd07b


📝 Commits (1)

📊 Changes

8 files changed (+52 additions, -10 deletions)

View changed files

📝 c/tools/brotli.c (+3 -3)
📝 java/BUILD (+12 -0)
📝 java/org/brotli/dec/BUILD (+1 -0)
📝 java/org/brotli/dec/pom.xml (+25 -0)
📝 java/org/brotli/wrapper/common/BUILD (+1 -0)
📝 java/org/brotli/wrapper/dec/BUILD (+1 -0)
📝 java/org/brotli/wrapper/enc/BUILD (+1 -0)
📝 python/_brotli.cc (+8 -7)

📄 Description

  • put LICENSE file into .jar
  • fix typo
  • add clarification comment in PY wrapper

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/762 **Author:** [@eustas](https://github.com/eustas) **Created:** 7/17/2019 **Status:** ✅ Merged **Merged:** 7/17/2019 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd07b` --- ### 📝 Commits (1) - [`07631ef`](https://github.com/google/brotli/commit/07631ef681d246b16761630c71d03070f896040b) Update ### 📊 Changes **8 files changed** (+52 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `c/tools/brotli.c` (+3 -3) 📝 `java/BUILD` (+12 -0) 📝 `java/org/brotli/dec/BUILD` (+1 -0) 📝 `java/org/brotli/dec/pom.xml` (+25 -0) 📝 `java/org/brotli/wrapper/common/BUILD` (+1 -0) 📝 `java/org/brotli/wrapper/dec/BUILD` (+1 -0) 📝 `java/org/brotli/wrapper/enc/BUILD` (+1 -0) 📝 `python/_brotli.cc` (+8 -7) </details> ### 📄 Description * put LICENSE file into .jar * fix typo * add clarification comment in PY wrapper --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1387