diff options
author | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
commit | bc87db3d01968883c9b97f72d236c925db16fe24 (patch) | |
tree | 41560bfe338ca1047396971a9c80448f0f01e1e9 /doc | |
parent | 29885981670e06413738458c11f632c5b87bb031 (diff) |
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api.tex | 6 | ||||
-rw-r--r-- | doc/license.txt | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/api.tex b/doc/api.tex index 7d848c711..7242e5cce 100644 --- a/doc/api.tex +++ b/doc/api.tex @@ -306,7 +306,7 @@ Here is an example which uses a pipe to base64 encode some strings: \begin{verbatim} Pipe pipe(new Base64_Encoder); // pipe owns the pointer pipe.start_msg(); - pipe.write(``message 1''); + pipe.write(``message 1''); pipe.end_msg(); // flushes buffers, increments message number // process_msg(x) is start_msg() && write(x) && end_msg() @@ -987,7 +987,7 @@ Let's create an RSA private key: We can easily turn this into a public key, which we can then send to someone: - + \begin{verbatim} RSA_PublicKey pub_rsa = priv_rsa; \end{verbatim} @@ -3633,7 +3633,7 @@ Mailing lists: \url{http://www.randombit.net/mailman/} \subsection{License} -Copyright \copyright 2000-2006, The Botan Project +Copyright \copyright 2000-2006, Jack Lloyd This work is licensed under the Creative Commons Attribution-ShareAlike 2.5 License. To view a copy of this license, diff --git a/doc/license.txt b/doc/license.txt index 74ecfa265..827bc839b 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -1,4 +1,10 @@ -Copyright (C) 1999-2008 The Botan Project. All rights reserved. +Copyright (C) 1999-2008 Jack Lloyd + 2001 Peter J Jones + 2004-2007 Justin Karneges + 2005 Matthew Gregan + 2005-2006 Matt Johnston + 2006 Luca Piccarreta + 2007 Yves Jerschow Redistribution and use in source and binary forms, for any use, with or without modification, is permitted provided that the following conditions are met: |