From 811fed1957f284456e1455032f729e74c4fed458 Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 31 Dec 2009 03:43:02 +0000 Subject: Add copyright and license notes to pretty much every file that didn't have them, including the examples and self-test code. Most of these files had not copyright/license information at all; since a major point of the examples is to allow users to copy and paste code that already does something they want, an ambigious license is not good. --- doc/examples/hash.cpp | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'doc/examples/hash.cpp') diff --git a/doc/examples/hash.cpp b/doc/examples/hash.cpp index a97cd6082..feaa2e9b3 100644 --- a/doc/examples/hash.cpp +++ b/doc/examples/hash.cpp @@ -1,13 +1,7 @@ /* -Prints the message digest of files, using an arbitrary hash function -chosen by the user. This is less flexible that I might like, for example: - ./hash sha1 some_file [or md5 or sha-1 or ripemd160 or ...] -will not work, cause the name lookup is case-sensitive. Oh well... - -Written by Jack Lloyd (lloyd@randombit.net), on August 4, 2002 - - December 16, 2003: "Fixed" to accept "sha1" or "md5" as a hash name - -This file is in the public domain +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license */ #include -- cgit v1.2.3