diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 33 |
1 files changed, 9 insertions, 24 deletions
diff --git a/readme.txt b/readme.txt index a65159ee8..ea26a37b7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,29 +2,14 @@ Botan 1.9.16-dev, ????-??-?? http://botan.randombit.net/ Botan is a C++ class library for performing a wide variety of -cryptographic operations. +cryptographic operations. It is released under the 2 clause BSD +license; see doc/license.txt for the specifics. You can file bugs in +Bugzilla (http://bugs.randombit.net/) or by sending a report to the +botan-devel mailing list. More information about the mailing list is +at http://lists.randombit.net/mailman/listinfo/botan-devel/ -Botan is released under the FreeBSD license (see doc/license.txt for -the specifics). More information about the authors and contributors -can be found in doc/credits.txt and doc/thanks.txt. +You can find documentation online at http://botan.randombit.net/manual +and http://botan.randombit.net/doxygen. A set of example programs can +be found in the examples directory. -You can file bugs at http://bugs.randombit.net/ or by sending a report -to the botan-devel mailing list: - http://lists.randombit.net/mailman/listinfo/botan-devel/ - -In the doc directory, there should be a set of PDFs, including - building.pdf - build instructions - api.pdf - the API reference manual - tutorial.pdf - a set of simple examples and tutorials - -A set of example programs can be found in the doc/examples directory. -You can also find Doxygen generated documentation online at - http://botan.randombit.net/doxygen - -Check the project website for announcements and new releases. If -you'll be developing code using this library, consider joining the -mailing lists to keep up to date with changes. - -As always, feel free to contact me with any questions or comments. - - - Jack Lloyd ([email protected]) +Jack Lloyd ([email protected]) |