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/rng_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/examples/rng_test.cpp') diff --git a/doc/examples/rng_test.cpp b/doc/examples/rng_test.cpp index 8d4253a6e..05f2c28a4 100644 --- a/doc/examples/rng_test.cpp +++ b/doc/examples/rng_test.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include #include -- cgit v1.2.3