| Summary: | 'Obscure' email addresses in license | ||
|---|---|---|---|
| Product: | [Developer tools] krazy | Reporter: | Thomas Richard <thomas.richard> |
| Component: | general | Assignee: | Allen Winter <winter> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | soeken |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Proposed patch | ||
|
Description
Thomas Richard
2009-01-12 21:09:52 UTC
Created attachment 30199 [details]
Proposed patch
foo@bar
foo @ bar
foo at bar
foo#bar
foo # bar
foo(at)bar
foo (at) bar
These will be the forms recognised after this patch
SVN commit 929609 by winterz: Be much more forgiving about the copyright's email address format. Allow (at), at, # before the domain. Thanks for the patch Thomas. BUG: 180496 M +4 -4 copyright WebSVN link: http://websvn.kde.org/?view=rev&revision=929609 |