Closed
Bug 243580
Opened 21 years ago
Closed 21 years ago
no license block in nss/cms/pk11util/pk11table.c
Categories
(NSS :: Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.10
People
(Reporter: nelson, Assigned: nelson)
Details
Attachments
(1 file)
24.03 KB,
patch
|
rrelyea
:
review+
|
Details | Diff | Splinter Review |
The NSS source file nss/cms/pk11util/pk11table.c has no license block
or copyright notice.
Assignee | ||
Updated•21 years ago
|
Assignee: wchang0222 → MisterSSL
Assignee | ||
Comment 1•21 years ago
|
||
This patch adds the missing license block.
It also wraps long lines of printed strings, and removes redundant spaces.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 148482 [details] [diff] [review]
add license block and wrap long lines
Bob, please review.
Attachment #148482 -
Flags: review?(rrelyea0264)
Comment 3•21 years ago
|
||
Comment on attachment 148482 [details] [diff] [review]
add license block and wrap long lines
On C_GenerateKeyPair and C_UnwrapKey where the command line wraps, I would
personally prefer either no ending \ or a space between the last word of the
line and the \. There is already an extra newline between the command and the
description, so there's no abiguity between the two.
r+ because it's not an issue that would prevent the checkin.
Attachment #148482 -
Flags: review?(rrelyea0264) → review+
Assignee | ||
Comment 4•21 years ago
|
||
P2 for 3.10
I will put a space before the trailing \ on the lines as requested.
Priority: -- → P2
Target Milestone: --- → 3.10
Assignee | ||
Comment 5•21 years ago
|
||
/cvsroot/mozilla/security/nss/cmd/pk11util/pk11table.c,v <-- pk11table.c
new revision: 1.4; previous revision: 1.3
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•