Closed
Bug 15529
Opened 24 years ago
Closed 12 years ago
some files in js/src have no license boilerplate at all
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: dmosedale, Assigned: luke)
References
Details
Attachments
(3 files, 3 obsolete files)
13.31 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
2.07 KB,
patch
|
jimb
:
review+
|
Details | Diff | Splinter Review |
2.19 KB,
patch
|
graydon
:
review+
|
Details | Diff | Splinter Review |
These files need to be updated with appropriate boilerplate from <http://www.mozilla.org/MPL/boilerplate-1.1/>.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
A number of files in this list appear to be files generated during the build process. We do seem to be missing some licenses, but a run of your license-testing tool on a clean tree will probably yield a clearer picture of just what we need.
Reporter | ||
Comment 4•24 years ago
|
||
Right you are; I'll generate another list.
Reporter | ||
Comment 5•24 years ago
|
||
Updated•24 years ago
|
Assignee: mccabe → rogerl
Comment 6•24 years ago
|
||
Roger, can you handle this?
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Target Milestone: M13 → M14
Comment 7•24 years ago
|
||
Not going to make M13 for these.
Setting all Javacript bugs to rginda QA Contact.
QA Contact: cbegle → rginda
Comment 9•24 years ago
|
||
Got a bunch done already, working on the rest, but not for M14 anymore.
Target Milestone: M14 → M16
Updated•24 years ago
|
Target Milestone: M16 → M18
Comment 10•24 years ago
|
||
Patrick made me do this ... would you mind taking a look at the list of files attached (there's also a pointer to some guidelines on boilerplates) and see whats left to be done here. Thanks
Assignee: rogerl → pschwartau
Status: ASSIGNED → NEW
Updated•24 years ago
|
Status: NEW → ASSIGNED
QA Contact: rginda → pschwartau
Comment 11•23 years ago
|
||
Milestone 0.8 has been released. We should either resolve this bug or update its milestone.
Comment 12•23 years ago
|
||
Updating milestone - low-priority, but should be able to get to this shortly - my apologies.
Target Milestone: M18 → mozilla0.9
Comment 13•23 years ago
|
||
Moving out to mozilla1.0 milestone -
Target Milestone: mozilla0.9 → mozilla1.0
Comment 14•22 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1 (you can query for this string to delete spam or retrieve the list of bugs I've moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 15•20 years ago
|
||
Not sure if this bug needs this, but I've updated the list of files that I noticed do not have licenses. I excluded autogenerated files and binaries.
Updated•17 years ago
|
QA Contact: pschwartau → general
Updated•17 years ago
|
Assignee: pschwartau → general
Status: ASSIGNED → NEW
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: general → luke
![]() |
Assignee | |
Comment 16•12 years ago
|
||
In addition to not having license boilerplate, these files seem to be totally unused, so might as well remove.
Attachment #1982 -
Attachment is obsolete: true
Attachment #1984 -
Attachment is obsolete: true
Attachment #149596 -
Attachment is obsolete: true
Attachment #540170 -
Flags: review?(brendan)
![]() |
Assignee | |
Comment 17•12 years ago
|
||
Attachment #540172 -
Flags: review?(jimb)
![]() |
Assignee | |
Comment 18•12 years ago
|
||
Attachment #540173 -
Flags: review?(graydon)
![]() |
Assignee | |
Comment 19•12 years ago
|
||
With these changes, find . -maxdepth 1 -o -not -type d -print | xargs head -n 40 shows copyright blurbs for all files with the exception of Y.js which is not part of the build and more a test/amusement.
Comment 20•12 years ago
|
||
Comment on attachment 540173 [details] [diff] [review] get graydon's approval for adding standard copyright to file he committed If I wrote it moco owns the copyright anyways, so yes.
Attachment #540173 -
Flags: review?(graydon) → review+
Comment 21•12 years ago
|
||
As a clarification: the Mozilla Foundation owns the IP. Fine (I think, I'll ask Harvey) for the copyright notice to identify the Mozilla Corporation as the Initial Developer; code and IP developed by MoCo is owned by the Foundation.
Comment 22•12 years ago
|
||
Comment on attachment 540170 [details] [diff] [review] remove unused files I'm sentimental about perfect.js (it dates from 1995), but probably the right way to memorialize it is to make it a test -- r=me with that. /be
Attachment #540170 -
Flags: review?(brendan) → review+
Comment 23•12 years ago
|
||
Comment on attachment 540172 [details] [diff] [review] get jimb's approval for adding standard copyright to file he committed Review of attachment 540172 [details] [diff] [review]: -----------------------------------------------------------------
Attachment #540172 -
Flags: review?(jimb) → review+
![]() |
Assignee | |
Comment 24•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/5fe20ec0229c with perfect.js moved to tests/
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 25•12 years ago
|
||
Backed out because of broken jsreftests: http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1308693954.1308695404.31004.gz http://hg.mozilla.org/mozilla-central/rev/ffd2decd02f6
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
Assignee | |
Comment 26•12 years ago
|
||
Apparently js/src/tests/perfect.js is too cute for the browser reftest harness (it worked in the shell harness). http://hg.mozilla.org/mozilla-central/rev/56b2068a28ea
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•