diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-10-02 21:36:39 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-10-07 14:38:37 +0200 |
| commit | 6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937 (patch) | |
| tree | 45117631344c248ef87b7c92b2a832c2810729a5 /doc | |
| parent | Merge pull request #1906 from laanwj/2012_10_help_stdout (diff) | |
| download | discoin-6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937.tar.xz discoin-6032e4f4e7c1892a4e3f0a1a2007e4cd0fe99937.zip | |
get rid of strlcpy.h
Don't use hand-rolled string manipulation routine with a fixed
buffer in the bitcoin core, instead make use of c++ strings and boost.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/assets-attribution.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/assets-attribution.txt b/doc/assets-attribution.txt index c66665d01..0693d535c 100644 --- a/doc/assets-attribution.txt +++ b/doc/assets-attribution.txt @@ -1,7 +1,3 @@ -Code: src/strlcpy.h -Author: Todd C. Miller <[email protected]> -License: ISC - Icon: src/qt/res/icons/clock*.png, src/qt/res/icons/tx*.png, src/qt/res/src/*.svg Designer: Wladimir van der Laan |