aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/bcrypt.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-08 18:41:19 +0000
committerlloyd <[email protected]>2011-04-08 18:41:19 +0000
commitcba5b5ce28285751aa4b6cc48362dc002ae9063c (patch)
tree9bc6025338ed7db09d3e4c0918c6bfc134a689db /doc/examples/bcrypt.cpp
parent8b543e804375a788ae71d461c0f8cf5d4193fc25 (diff)
More doc updates
Diffstat (limited to 'doc/examples/bcrypt.cpp')
-rw-r--r--doc/examples/bcrypt.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/examples/bcrypt.cpp b/doc/examples/bcrypt.cpp
index 27a98cf33..4154b26ad 100644
--- a/doc/examples/bcrypt.cpp
+++ b/doc/examples/bcrypt.cpp
@@ -1,10 +1,3 @@
-/*
-* Bcrypt example
-* (C) 2011 Jack Lloyd
-*
-* Distributed under the terms of the Botan license
-*/
-
#include <botan/botan.h>
#include <botan/bcrypt.h>
#include <iostream>