Closed
Bug 758300
Opened 14 years ago
Closed 14 years ago
Remove MPL headers from non-MPL code
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: rnewman, Assigned: rnewman)
References
Details
Attachments
(1 file)
|
10.94 KB,
patch
|
rnewman
:
review+
|
Details | Diff | Splinter Review |
The auto-switch touched these:
M mobile/android/base/json-simple/ItemList.java
M mobile/android/base/json-simple/JSONArray.java
M mobile/android/base/json-simple/JSONAware.java
M mobile/android/base/json-simple/JSONObject.java
M mobile/android/base/json-simple/JSONStreamAware.java
M mobile/android/base/json-simple/JSONValue.java
M mobile/android/base/json-simple/parser/ContainerFactory.java
M mobile/android/base/json-simple/parser/ContentHandler.java
M mobile/android/base/json-simple/parser/JSONParser.java
M mobile/android/base/json-simple/parser/ParseException.java
M mobile/android/base/json-simple/parser/Yylex.java
M mobile/android/base/json-simple/parser/Yytoken.java
| Assignee | ||
Comment 1•14 years ago
|
||
Also going to use this bug to fix manifest includes and other such files -- don't want licenses popping up in the middle of preprocessed files.
| Assignee | ||
Updated•14 years ago
|
| Assignee | ||
Comment 2•14 years ago
|
||
This reverts json-simple (third-party code) and our manifest includes (which are inlined into the middle of Fennec's AndroidManifest.xml, which should already be licensed).
Attachment #626893 -
Flags: review+
| Assignee | ||
Comment 3•14 years ago
|
||
Target Milestone: --- → mozilla15
Comment 4•14 years ago
|
||
Obviously, no objections here :-)
Gerv
Comment 5•14 years ago
|
||
Can the json-simple directory please acquire a LICENSE file, if it's 3rd party code? Currently, there's nothing to say what the licence is.
Thanks :-)
Gerv
Comment 6•14 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/579d26ef5bd0
Leaving open for comment 5.
Updated•14 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 7•14 years ago
|
||
(In reply to Gervase Markham [:gerv] from comment #5)
> Can the json-simple directory please acquire a LICENSE file, if it's 3rd
> party code? Currently, there's nothing to say what the licence is.
Absolutely! Thanks for the reminder.
| Assignee | ||
Comment 8•14 years ago
|
||
License file added:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ccee89d6d9e0
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Mozilla Services → Android Background Services
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•