aboutsummaryrefslogtreecommitdiff
path: root/library/xtea.c
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2010-07-18 20:36:00 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2010-07-18 20:36:00 +0000
commitb96f154e51ed3aaca328257d74cae0a517ed31e0 (patch)
treee0f5241d0e18c379c4d29444d69cb2a71882c64b /library/xtea.c
parentf0ba6a479aff489c268b664ae370aa5ab301b23f (diff)
downloadmbedtls-b96f154e51ed3aaca328257d74cae0a517ed31e0.zip
mbedtls-b96f154e51ed3aaca328257d74cae0a517ed31e0.tar.gz
mbedtls-b96f154e51ed3aaca328257d74cae0a517ed31e0.tar.bz2
- Fixed copyright message
Diffstat (limited to 'library/xtea.c')
-rw-r--r--library/xtea.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/xtea.c b/library/xtea.c
index 4f5665b..2f85aea 100644
--- a/library/xtea.c
+++ b/library/xtea.c
@@ -2,7 +2,10 @@
* An 32-bit implementation of the XTEA algorithm
*
* Copyright (C) 2006-2010, Brainspark B.V.
+ *
+ * This file is part of PolarSSL (http://www.polarssl.org)
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
+ *
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify