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. --- checks/bench.cpp | 5 +++++ checks/bigint.cpp | 6 ++++++ checks/block.cpp | 6 ++++++ checks/check.cpp | 6 ++++++ checks/dolook.cpp | 6 ++++++ checks/ec_tests.cpp | 6 ++++++ checks/getopt.cpp | 5 +++++ checks/getopt.h | 5 +++++ checks/misc.cpp | 6 ++++++ checks/pk.cpp | 6 ++++++ checks/pk_bench.cpp | 6 ++++++ checks/timer.cpp | 6 ++++++ checks/validate.cpp | 6 ++++++ checks/x509.cpp | 6 ++++++ 14 files changed, 81 insertions(+) (limited to 'checks') diff --git a/checks/bench.cpp b/checks/bench.cpp index 3be61462a..7082eca68 100644 --- a/checks/bench.cpp +++ b/checks/bench.cpp @@ -1,3 +1,8 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include #include diff --git a/checks/bigint.cpp b/checks/bigint.cpp index a56fd9181..86e37cd7b 100644 --- a/checks/bigint.cpp +++ b/checks/bigint.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include #include diff --git a/checks/block.cpp b/checks/block.cpp index 8f07cd65c..3cd41e63a 100644 --- a/checks/block.cpp +++ b/checks/block.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + /* We don't use the standard issue ECB filter, because we also want to check diff --git a/checks/check.cpp b/checks/check.cpp index 975315608..03579b51a 100644 --- a/checks/check.cpp +++ b/checks/check.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + /* * Test Driver for Botan */ diff --git a/checks/dolook.cpp b/checks/dolook.cpp index b64c5a5a3..28ac60c1b 100644 --- a/checks/dolook.cpp +++ b/checks/dolook.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include diff --git a/checks/ec_tests.cpp b/checks/ec_tests.cpp index 0420e0ee2..8727a4624 100644 --- a/checks/ec_tests.cpp +++ b/checks/ec_tests.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include "validate.h" diff --git a/checks/getopt.cpp b/checks/getopt.cpp index c0145ca75..23cb2a9fa 100644 --- a/checks/getopt.cpp +++ b/checks/getopt.cpp @@ -1,3 +1,8 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #include "getopt.h" diff --git a/checks/getopt.h b/checks/getopt.h index 6d6cfe89f..68e6bd874 100644 --- a/checks/getopt.h +++ b/checks/getopt.h @@ -1,3 +1,8 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ #ifndef BOTAN_CHECK_GETOPT_H__ #define BOTAN_CHECK_GETOPT_H__ diff --git a/checks/misc.cpp b/checks/misc.cpp index a49778dc6..ff95ed10f 100644 --- a/checks/misc.cpp +++ b/checks/misc.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include #include diff --git a/checks/pk.cpp b/checks/pk.cpp index c02005245..e6f4d4f48 100644 --- a/checks/pk.cpp +++ b/checks/pk.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include #include diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp index 31c48c1da..a0ea1d1d3 100644 --- a/checks/pk_bench.cpp +++ b/checks/pk_bench.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include #include #include diff --git a/checks/timer.cpp b/checks/timer.cpp index 1bdaebb7f..3736a4779 100644 --- a/checks/timer.cpp +++ b/checks/timer.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include "timer.h" #include #include diff --git a/checks/validate.cpp b/checks/validate.cpp index ff26e855a..9500589ca 100644 --- a/checks/validate.cpp +++ b/checks/validate.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + /* Validation routines */ diff --git a/checks/x509.cpp b/checks/x509.cpp index 69dd29492..8b7ce7d47 100644 --- a/checks/x509.cpp +++ b/checks/x509.cpp @@ -1,3 +1,9 @@ +/* +* (C) 2009 Jack Lloyd +* +* Distributed under the terms of the Botan license +*/ + #include -- cgit v1.2.3