mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-29 00:32:35 +08:00
7a7d66ca89
All our Main()s are in namespace crashpad already, so this just works. R=mark@chromium.org BUG=crashpad:76 Review URL: https://codereview.chromium.org/1439113002 .
16 lines
453 B
Plaintext
16 lines
453 B
Plaintext
Name: Gregory Pietsch getopt
|
|
Short Name: getopt
|
|
URL: https://sourceware.org/ml/newlib/2005/msg00758.html
|
|
License: Public domain
|
|
License File: LICENSE
|
|
Security Critical: no
|
|
|
|
Description:
|
|
A public domain implementation of getopt.
|
|
|
|
Local Modifications:
|
|
- Minor compilation fixes applied for Windows.
|
|
- Add copy of copyright (Public domain) to the top of both files for Chromium's
|
|
checklicenses step.
|
|
- Compiled as .cc, and wrapped in namespace crashpad.
|