aboutsummaryrefslogtreecommitdiff
path: root/programs/hash
diff options
context:
space:
mode:
authorPaul Bakker <p.j.bakker@polarssl.org>2009-01-04 16:27:10 +0000
committerPaul Bakker <p.j.bakker@polarssl.org>2009-01-04 16:27:10 +0000
commite0ccd0a7c3002602a740a7ed3338d03bd1e49a40 (patch)
treea3c13c4bb8b2b3eaa5765d8b92336e2fd2353324 /programs/hash
parentb749d68f9c7120d27ceed06bdb246cd22a707b66 (diff)
downloadmbedtls-e0ccd0a7c3002602a740a7ed3338d03bd1e49a40.zip
mbedtls-e0ccd0a7c3002602a740a7ed3338d03bd1e49a40.tar.gz
mbedtls-e0ccd0a7c3002602a740a7ed3338d03bd1e49a40.tar.bz2
- Updated Copyright notices
Diffstat (limited to 'programs/hash')
-rw-r--r--programs/hash/hello.c4
-rw-r--r--programs/hash/md5sum.c4
-rw-r--r--programs/hash/sha1sum.c4
-rw-r--r--programs/hash/sha2sum.c4
4 files changed, 12 insertions, 4 deletions
diff --git a/programs/hash/hello.c b/programs/hash/hello.c
index f1e93ab..9732fb4 100644
--- a/programs/hash/hello.c
+++ b/programs/hash/hello.c
@@ -1,7 +1,9 @@
/*
* Classic "Hello, world" demonstration program
*
- * Copyright (C) 2006-2007 Christophe Devine
+ * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ *
+ * Copyright (C) 2009 Paul Bakker
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c
index d246900..fae65ce 100644
--- a/programs/hash/md5sum.c
+++ b/programs/hash/md5sum.c
@@ -1,7 +1,9 @@
/*
* md5sum demonstration program
*
- * Copyright (C) 2006-2007 Christophe Devine
+ * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ *
+ * Copyright (C) 2009 Paul Bakker
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c
index 53a97d0..b067921 100644
--- a/programs/hash/sha1sum.c
+++ b/programs/hash/sha1sum.c
@@ -1,7 +1,9 @@
/*
* sha1sum demonstration program
*
- * Copyright (C) 2006-2007 Christophe Devine
+ * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ *
+ * Copyright (C) 2009 Paul Bakker
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c
index beb21cb..e9f4155 100644
--- a/programs/hash/sha2sum.c
+++ b/programs/hash/sha2sum.c
@@ -1,7 +1,9 @@
/*
* sha2sum demonstration program
*
- * Copyright (C) 2006-2007 Christophe Devine
+ * Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
+ *
+ * Copyright (C) 2009 Paul Bakker
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by