Closed
Bug 398009
Opened 17 years ago
Closed 17 years ago
Fix mangled licence headers
Categories
(mozilla.org :: Licensing, task)
mozilla.org
Licensing
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gerv, Assigned: gerv)
References
Details
Attachments
(1 file)
97.71 KB,
patch
|
Details | Diff | Splinter Review |
114 files got messed up by the relicensing script, so their headers look like this:
14 * The Original Code is mozilla.org code.
15 *
16 * The Initial Developer of the Original Code is
17 * Håkan Waara Portions created by Håkan Waara are Copyright (C) Håkan Waara. All Rights Reserved.
18 * Portions created by the Initial Developer are Copyright (C) 2001
19 * the Initial Developer. All Rights Reserved.
20 *
21 * Contributor(s):
22 * Håkan Waara (Original Author)
We need to remove the extraneous part of line 17. I've found the files by grepping, and my editor can fix them all with a regexp.
Gerv
Comment 1•17 years ago
|
||
Gerv, can you go ahead and make this fix? If so please do.
Assignee | ||
Comment 2•17 years ago
|
||
I can, and I will :-)
Gerv
Assignee | ||
Comment 3•17 years ago
|
||
Here's the patch. 100k of comment-only changes.
Gerv
Assignee: hecker → gerv
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•17 years ago
|
||
a=stuart on IRC.
(12:31:19) stuart: looks fine to me. a=me
Gerv
Assignee | ||
Comment 5•17 years ago
|
||
Fixed. The checkin log is long so I won't post it here.
Gerv
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•