Skip to content

Commit ac2daf8

Browse files
hyperpolymathclaude
andcommitted
chore: RSR compliance — fix author, email, AGPL→MPL-2.0, CITATIONS
- CITATIONS.adoc: author "Polymath, Hyper"→"Jewell, Jonathan D.A.", license AGPL→MPL-2.0 - RSR_OUTLINE.adoc: AGPL refs→MPL-2.0 (browser extension requirement) - CODE_OF_CONDUCT.md, SECURITY.md: SPDX AGPL→MPL-2.0 - extension/manifest.json: email jonathan.jewell→j.d.a.jewell - PRIVACY*.md, MOZILLA-LISTING*.md, BUILD_INSTRUCTIONS.md, README.adoc, SUBMISSION-CHECKLIST.md, READY-FOR-SUBMISSION.md: email jonathan.jewell→j.d.a.jewell Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2231602 commit ac2daf8

14 files changed

Lines changed: 25 additions & 25 deletions

BUILD_INSTRUCTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ diff submitted.txt built.txt
168168

169169
## Support
170170

171-
- **Author:** Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
171+
- **Author:** Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
172172
- **Repository:** https://github.com/hyperpolymath/fireflag
173173
- **Issues:** https://github.com/hyperpolymath/fireflag/issues
174174

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- SPDX-License-Identifier: AGPL-3.0-or-later -->
1+
<!-- SPDX-License-Identifier: MPL-2.0 -->
22
# Contributor Covenant Code of Conduct
33

44
## Our Pledge

MOZILLA-LISTING-FORM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ development
8989

9090
**Support Email:**
9191
```
92-
jonathan.jewell@open.ac.uk
92+
j.d.a.jewell@open.ac.uk
9393
```
9494

9595
**Support URL:**

MOZILLA-LISTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ All optional permissions can be granted/revoked anytime through Firefox's permis
141141

142142
### 🆘 Support
143143

144-
- Email: jonathan.jewell@open.ac.uk
144+
- Email: j.d.a.jewell@open.ac.uk
145145
- GitHub Issues: https://github.com/hyperpolymath/fireflag/issues
146146
- Response time: Within 7 days
147147

@@ -401,7 +401,7 @@ extension/
401401
### Contact
402402

403403
Developer: Jonathan D.A. Jewell
404-
Email: jonathan.jewell@open.ac.uk
404+
Email: j.d.a.jewell@open.ac.uk
405405
GitHub: https://github.com/hyperpolymath
406406

407407
---

PRIVACY-CARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
## 📞 Contact
8989

9090
**Privacy Questions?**
91-
- Email: jonathan.jewell@open.ac.uk
91+
- Email: j.d.a.jewell@open.ac.uk
9292
- GitHub: https://github.com/hyperpolymath/fireflag/issues
9393
- Response: Within 7 days
9494

PRIVACY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FireFlag is a Firefox browser extension that helps users safely manage browser f
1414

1515
- **Extension Name:** FireFlag
1616
- **Developer:** Jonathan D.A. Jewell
17-
- **Contact:** jonathan.jewell@open.ac.uk
17+
- **Contact:** j.d.a.jewell@open.ac.uk
1818
- **Source Code:** https://github.com/hyperpolymath/fireflag
1919
- **License:** MPL-2.0 (Mozilla Public License 2.0)
2020

@@ -342,7 +342,7 @@ FireFlag uses reproducible builds:
342342
### Privacy Questions
343343

344344
For privacy-related questions:
345-
- **Email:** jonathan.jewell@open.ac.uk
345+
- **Email:** j.d.a.jewell@open.ac.uk
346346
- **GitHub Issues:** https://github.com/hyperpolymath/fireflag/issues
347347
- **Response Time:** Within 7 days
348348

@@ -356,7 +356,7 @@ To exercise your privacy rights (though not needed for local data):
356356
### Security Vulnerabilities
357357

358358
To report security issues:
359-
- **Email:** jonathan.jewell@open.ac.uk (GPG key available on request)
359+
- **Email:** j.d.a.jewell@open.ac.uk (GPG key available on request)
360360
- **GitHub:** Security tab (private disclosure)
361361
- **Bug Bounty:** None currently
362362

PRIVACY_POLICY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ FireFlag is open source software. You can audit our privacy claims by reviewing
154154
## Contact
155155

156156
For privacy-related questions or concerns:
157-
- **Email:** jonathan.jewell@open.ac.uk
157+
- **Email:** j.d.a.jewell@open.ac.uk
158158
- **GitHub Issues:** https://github.com/hyperpolymath/fireflag/issues
159159

160160
## Transparency

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:https://img.shields.io/badge/Version-0.1.0-blue[Version]
77

88
**Safe Firefox/Gecko flag management for users and developers**
99

10-
Jonathan D.A. Jewell <jonathan.jewell@open.ac.uk>
10+
Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
1111
:toc: macro
1212
:toclevels: 3
1313
:icons: font

READY-FOR-SUBMISSION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export MOZILLA_API_SECRET=your_secret
151151
- Upload 7 screenshots with captions
152152
- Privacy policy (link or paste)
153153
- Homepage: https://github.com/hyperpolymath/fireflag
154-
- Support: jonathan.jewell@open.ac.uk
154+
- Support: j.d.a.jewell@open.ac.uk
155155
5. Add developer comments (copy from MOZILLA-LISTING.md)
156156
6. Submit for review
157157

@@ -256,7 +256,7 @@ Extension is ready for submission when:
256256
## 📞 Support
257257

258258
- **Developer:** Jonathan D.A. Jewell
259-
- **Email:** jonathan.jewell@open.ac.uk
259+
- **Email:** j.d.a.jewell@open.ac.uk
260260
- **GitHub:** https://github.com/hyperpolymath/fireflag
261261
- **Issues:** https://github.com/hyperpolymath/fireflag/issues
262262

RSR_OUTLINE.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ just validate-rsr
6969
|Task runner with 50+ recipes
7070

7171
|`LICENSE.txt`
72-
|AGPL + Palimpsest dual license
72+
|MPL-2.0 (browser extension requirement)
7373

7474
|`README.adoc`
7575
|This file
@@ -157,7 +157,7 @@ project/
157157
* `justfile`
158158
* `README.adoc`
159159
* `RSR_COMPLIANCE.adoc`
160-
* `LICENSE.txt` (AGPL + Palimpsest)
160+
* `LICENSE.txt` (MPL-2.0)
161161
* `.well-known/security.txt`
162162
* `.well-known/ai.txt`
163163
* `.well-known/humans.txt`

0 commit comments

Comments
 (0)