aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-07 15:53:03 +0000
committerlloyd <[email protected]>2009-10-07 15:53:03 +0000
commit56ebd3dfdab9e0f6b84773f7447ea0a0c52236e5 (patch)
tree864e4eb20f3a81b03ff17b665a0de203e5ea114f /src/algo_factory
parent7c71072fe090b9925715614861471b7e51a70a56 (diff)
Add 'Distributed under...' text to files missing it. Some format cleanups
Diffstat (limited to 'src/algo_factory')
-rw-r--r--src/algo_factory/algo_cache.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/algo_factory/algo_cache.h b/src/algo_factory/algo_cache.h
index 17ea9964a..08b25cd47 100644
--- a/src/algo_factory/algo_cache.h
+++ b/src/algo_factory/algo_cache.h
@@ -1,5 +1,8 @@
-/**
+/*
* An algorithm cache (used by Algorithm_Factory)
+* (C) 2008-2009 Jack Lloyd
+*
+* Distributed under the terms of the Botan license
*/
#ifndef BOTAN_ALGORITHM_CACHE_TEMPLATE_H__