Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: third_party/scrypt/config.aux/install-sh

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing licences. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/scrypt/config.aux/depcomp ('k') | third_party/scrypt/config.aux/missing » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # install - install a program, script, or datafile 2 # install - install a program, script, or datafile
3 3
4 scriptversion=2006-12-25.00 4 scriptversion=2006-12-25.00
5 5
6 # This originates from X11R5 (mit/util/scripts/install.sh), which was 6 # This originates from X11R5 (mit/util/scripts/install.sh), which was
7 # later released in X11R6 (xc/config/util/install.sh) with the 7 # later released in X11R6 (xc/config/util/install.sh) with the
8 # following copyright and license. 8 # following copyright and license.
9 # 9 #
10 # Copyright (C) 1994 X Consortium 10 # Copyright (C) 1994 X Consortium
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 trap '' 0 510 trap '' 0
511 fi 511 fi
512 done 512 done
513 513
514 # Local variables: 514 # Local variables:
515 # eval: (add-hook 'write-file-hooks 'time-stamp) 515 # eval: (add-hook 'write-file-hooks 'time-stamp)
516 # time-stamp-start: "scriptversion=" 516 # time-stamp-start: "scriptversion="
517 # time-stamp-format: "%:y-%02m-%02d.%02H" 517 # time-stamp-format: "%:y-%02m-%02d.%02H"
518 # time-stamp-end: "$" 518 # time-stamp-end: "$"
519 # End: 519 # End:
OLDNEW
« no previous file with comments | « third_party/scrypt/config.aux/depcomp ('k') | third_party/scrypt/config.aux/missing » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698