diff options
author | David Bremner <david@tethera.net> | 2014-04-13 17:13:51 -0300 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-04-17 14:27:21 -0500 |
commit | 0ef825640963d60e4733553ff0e8c590c0ce2c3b (patch) | |
tree | acea3a68341bc8dda85533b4cf9678c8e58c39f8 /doc | |
parent | efffabadfa360eb083e1e403d1e240a6fb6f3efa (diff) | |
download | fork-ledger-0ef825640963d60e4733553ff0e8c590c0ce2c3b.tar.gz fork-ledger-0ef825640963d60e4733553ff0e8c590c0ce2c3b.tar.bz2 fork-ledger-0ef825640963d60e4733553ff0e8c590c0ce2c3b.zip |
Replace sha1.cc with boost::uuid::details::sha1
sha1.cc is not redistributable by Debian because the license doesn't
permit redistribution of modified versions.
This isn't ideal since the ::details namespace is subject to change,
but it avoids adding a dependency to ledger.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/LICENSE-sha1 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/LICENSE-sha1 b/doc/LICENSE-sha1 deleted file mode 100644 index 8d886177..00000000 --- a/doc/LICENSE-sha1 +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (C) 1998
-Paul E. Jones <paulej@arid.us>
-All Rights Reserved.
-
-This software is licensed as "freeware." Permission to distribute
-this software in source and binary forms is hereby granted without
-a fee. THIS SOFTWARE IS PROVIDED 'AS IS' AND WITHOUT ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-THE AUTHOR SHALL NOT BE HELD LIABLE FOR ANY DAMAGES RESULTING
-FROM THE USE OF THIS SOFTWARE, EITHER DIRECTLY OR INDIRECTLY, INCLUDING,
-BUT NOT LIMITED TO, LOSS OF DATA OR DATA BEING RENDERED INACCURATE.
-
|