summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/Libgcrypt/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/cipher')
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/arcfour.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/bithelp.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/blowfish.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/bufhelp.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/camellia.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/camellia.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cast5.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/cipher.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/crc.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/des.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/dsa-common.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/dsa.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc-common.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/ecc.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/elgamal.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/gost.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/gost28147.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/hash-common.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/hash-common.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/idea.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/kdf.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/mac-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/mac.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/md.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/md4.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/md5.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/primegen.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/pubkey.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rfc2268.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rijndael.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rmd.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rmd160.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rsa-common.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/rsa.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/salsa20.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/scrypt.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/seed.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/serpent.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/sha1.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/sha256.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/sha512.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/stribog.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/tiger.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/twofish.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/whirlpool.c2
71 files changed, 71 insertions, 71 deletions
diff --git a/plugins/MirOTR/Libgcrypt/cipher/arcfour.c b/plugins/MirOTR/Libgcrypt/cipher/arcfour.c
index becdf97c35..d692c84a97 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/arcfour.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/arcfour.c
@@ -1,4 +1,4 @@
-/* arcfour.c - The arcfour stream cipher
+/* arcfour.c - The arcfour stream cipher
* Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/bithelp.h b/plugins/MirOTR/Libgcrypt/cipher/bithelp.h
index da6eaaf607..6e59c53fdb 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/bithelp.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/bithelp.h
@@ -1,4 +1,4 @@
-/* bithelp.h - Some bit manipulation helpers
+/* bithelp.h - Some bit manipulation helpers
* Copyright (C) 1999, 2002 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/blowfish.c b/plugins/MirOTR/Libgcrypt/cipher/blowfish.c
index 703a51434e..ae470d8b4c 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/blowfish.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/blowfish.c
@@ -1,4 +1,4 @@
-/* blowfish.c - Blowfish encryption
+/* blowfish.c - Blowfish encryption
* Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h b/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h
index 7c25715206..45a720941d 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/bufhelp.h
@@ -1,4 +1,4 @@
-/* bufhelp.h - Some buffer manipulation helpers
+/* bufhelp.h - Some buffer manipulation helpers
* Copyright © 2012 Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c b/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c
index de1af03564..f18d13588c 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/camellia-glue.c
@@ -1,4 +1,4 @@
-/* camellia-glue.c - Glue for the Camellia cipher
+/* camellia-glue.c - Glue for the Camellia cipher
* Copyright (C) 2007 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/camellia.c b/plugins/MirOTR/Libgcrypt/cipher/camellia.c
index 9d3e383e8b..e7085a7ec8 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/camellia.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/camellia.c
@@ -1,4 +1,4 @@
-/* camellia.h ver 1.2.0
+/* camellia.h ver 1.2.0
*
* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
diff --git a/plugins/MirOTR/Libgcrypt/cipher/camellia.h b/plugins/MirOTR/Libgcrypt/cipher/camellia.h
index 606fa839b3..d0e3c18ed7 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/camellia.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/camellia.h
@@ -1,4 +1,4 @@
-/* camellia.h ver 1.2.0
+/* camellia.h ver 1.2.0
*
* Copyright (C) 2006,2007
* NTT (Nippon Telegraph and Telephone Corporation).
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cast5.c b/plugins/MirOTR/Libgcrypt/cipher/cast5.c
index 9ca3ba9606..115e1e6241 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cast5.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cast5.c
@@ -1,4 +1,4 @@
-/* cast5.c - CAST5 cipher (RFC2144)
+/* cast5.c - CAST5 cipher (RFC2144)
* Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c
index fbb7d375b9..50ac10736b 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-aeswrap.c
@@ -1,4 +1,4 @@
-/* cipher-aeswrap.c - Generic AESWRAP mode implementation
+/* cipher-aeswrap.c - Generic AESWRAP mode implementation
* Copyright (C) 2009, 2011 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c
index 49ff9f6566..4b929daab4 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-cbc.c
@@ -1,4 +1,4 @@
-/* cipher-cbc.c - Generic CBC mode implementation
+/* cipher-cbc.c - Generic CBC mode implementation
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
* 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c
index be974d10da..8ef29b272e 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-ccm.c
@@ -1,4 +1,4 @@
-/* cipher-ccm.c - CTR mode with CBC-MAC mode implementation
+/* cipher-ccm.c - CTR mode with CBC-MAC mode implementation
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c
index aa2eeaa96a..8539f548ca 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-cfb.c
@@ -1,4 +1,4 @@
-/* cipher-cfb.c - Generic CFB mode implementation
+/* cipher-cfb.c - Generic CFB mode implementation
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
* 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c
index abf268e3d0..25d5db2604 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-cmac.c
@@ -1,4 +1,4 @@
-/* cmac.c - CMAC, Cipher-based MAC.
+/* cmac.c - CMAC, Cipher-based MAC.
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c
index 30a304bfea..1e7133c9cf 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-ctr.c
@@ -1,4 +1,4 @@
-/* cipher-ctr.c - Generic CTR mode implementation
+/* cipher-ctr.c - Generic CTR mode implementation
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
* 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c
index df15aba180..457e337ac3 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-gcm.c
@@ -1,4 +1,4 @@
-/* cipher-gcm.c - Generic Galois Counter Mode implementation
+/* cipher-gcm.c - Generic Galois Counter Mode implementation
* Copyright (C) 2013 Dmitry Eremin-Solenikov
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h b/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h
index 1ca3c2b1a6..cdac445fb9 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-internal.h
@@ -1,4 +1,4 @@
-/* cipher-internal.h - Internal defs for cipher.c
+/* cipher-internal.h - Internal defs for cipher.c
* Copyright (C) 2011 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c
index 7e93ef8e1c..3842774f58 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-ofb.c
@@ -1,4 +1,4 @@
-/* cipher-ofb.c - Generic OFB mode implementation
+/* cipher-ofb.c - Generic OFB mode implementation
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
* 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c
index 5b23ea4cca..bb33d94243 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.c
@@ -1,4 +1,4 @@
-/* cipher-selftest.c - Helper functions for bulk encryption selftests.
+/* cipher-selftest.c - Helper functions for bulk encryption selftests.
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h
index 3bbd768a45..3a0fe98f60 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher-selftest.h
@@ -1,4 +1,4 @@
-/* cipher-selftest.h - Helper functions for bulk encryption selftests.
+/* cipher-selftest.h - Helper functions for bulk encryption selftests.
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/cipher.c b/plugins/MirOTR/Libgcrypt/cipher/cipher.c
index 22bed57e51..6a42bfaa30 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/cipher.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/cipher.c
@@ -1,4 +1,4 @@
-/* cipher.c - cipher dispatcher
+/* cipher.c - cipher dispatcher
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
* 2005, 2007, 2008, 2009, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
diff --git a/plugins/MirOTR/Libgcrypt/cipher/crc.c b/plugins/MirOTR/Libgcrypt/cipher/crc.c
index c7d3e164d7..1322f0da8c 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/crc.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/crc.c
@@ -1,4 +1,4 @@
-/* crc.c - Cyclic redundancy checks.
+/* crc.c - Cyclic redundancy checks.
* Copyright (C) 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/des.c b/plugins/MirOTR/Libgcrypt/cipher/des.c
index 16b96e7b32..6611fd3b88 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/des.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/des.c
@@ -1,4 +1,4 @@
-/* des.c - DES and Triple-DES encryption/decryption Algorithm
+/* des.c - DES and Triple-DES encryption/decryption Algorithm
* Copyright (C) 1998, 1999, 2001, 2002, 2003,
* 2008 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c b/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c
index 2f69375135..a5e42a21ce 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/dsa-common.c
@@ -1,4 +1,4 @@
-/* dsa-common.c - Common code for DSA
+/* dsa-common.c - Common code for DSA
* Copyright (C) 1998, 1999 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/dsa.c b/plugins/MirOTR/Libgcrypt/cipher/dsa.c
index 190042e212..09cd9693ec 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/dsa.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/dsa.c
@@ -1,4 +1,4 @@
-/* dsa.c - DSA signature algorithm
+/* dsa.c - DSA signature algorithm
* Copyright (C) 1998, 2000, 2001, 2002, 2003,
* 2006, 2008 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h b/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h
index a3ffb8be8f..f066b4b785 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-common.h
@@ -1,4 +1,4 @@
-/* ecc-common.h - Declarations of common ECC code
+/* ecc-common.h - Declarations of common ECC code
* Copyright (C) 2013 g10 Code GmbH
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c
index 19270fdc78..306f2adda2 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-curves.c
@@ -1,4 +1,4 @@
-/* ecc-curves.c - Elliptic Curve parameter mangement
+/* ecc-curves.c - Elliptic Curve parameter mangement
* Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c
index 70ae3b4fea..1484830ba6 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-ecdsa.c
@@ -1,4 +1,4 @@
-/* ecc-ecdsa.c - Elliptic Curve ECDSA signatures
+/* ecc-ecdsa.c - Elliptic Curve ECDSA signatures
* Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c
index 882c7ae399..65024a30a0 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-eddsa.c
@@ -1,4 +1,4 @@
-/* ecc-eddsa.c - Elliptic Curve EdDSA signatures
+/* ecc-eddsa.c - Elliptic Curve EdDSA signatures
* Copyright (C) 2013, 2014 g10 Code GmbH
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c
index 32ca4ad659..a34fa08446 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-gost.c
@@ -1,4 +1,4 @@
-/* ecc-gots.c - Elliptic Curve GOST signatures
+/* ecc-gots.c - Elliptic Curve GOST signatures
* Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 Dmitry Eremin-Solenikov
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c b/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c
index 319fbd2e5d..7b750c015e 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc-misc.c
@@ -1,4 +1,4 @@
-/* ecc-misc.c - Elliptic Curve miscellaneous functions
+/* ecc-misc.c - Elliptic Curve miscellaneous functions
* Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/ecc.c b/plugins/MirOTR/Libgcrypt/cipher/ecc.c
index 9b2f8d21ec..d2d490eb0a 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/ecc.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/ecc.c
@@ -1,4 +1,4 @@
-/* ecc.c - Elliptic Curve Cryptography
+/* ecc.c - Elliptic Curve Cryptography
* Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/elgamal.c b/plugins/MirOTR/Libgcrypt/cipher/elgamal.c
index a0038b9615..4eb52d620b 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/elgamal.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/elgamal.c
@@ -1,4 +1,4 @@
-/* Elgamal.c - Elgamal Public Key encryption
+/* Elgamal.c - Elgamal Public Key encryption
* Copyright (C) 1998, 2000, 2001, 2002, 2003,
* 2008 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
diff --git a/plugins/MirOTR/Libgcrypt/cipher/gost.h b/plugins/MirOTR/Libgcrypt/cipher/gost.h
index 7ed612ca6b..d058eb220d 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/gost.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/gost.h
@@ -1,4 +1,4 @@
-/* gost.h - GOST 28147-89 implementation
+/* gost.h - GOST 28147-89 implementation
* Copyright (C) 2012 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/gost28147.c b/plugins/MirOTR/Libgcrypt/cipher/gost28147.c
index fb9b54dced..c094209c2e 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/gost28147.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/gost28147.c
@@ -1,4 +1,4 @@
-/* gost28147.c - GOST 28147-89 implementation for Libgcrypt
+/* gost28147.c - GOST 28147-89 implementation for Libgcrypt
* Copyright (C) 2012 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c b/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c
index b5599fa360..5486964db9 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/gostr3411-94.c
@@ -1,4 +1,4 @@
-/* gostr3411-94.c - GOST R 34.11-94 hash function
+/* gostr3411-94.c - GOST R 34.11-94 hash function
* Copyright (C) 2012 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/hash-common.c b/plugins/MirOTR/Libgcrypt/cipher/hash-common.c
index 1d8434115e..ffbc39ed2b 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/hash-common.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/hash-common.c
@@ -1,4 +1,4 @@
-/* hash-common.c - Common code for hash algorithms
+/* hash-common.c - Common code for hash algorithms
* Copyright (C) 2008 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/hash-common.h b/plugins/MirOTR/Libgcrypt/cipher/hash-common.h
index 7decd7c957..aa95365a8c 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/hash-common.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/hash-common.h
@@ -1,4 +1,4 @@
-/* hash-common.h - Declarations of common code for hash algorithms.
+/* hash-common.h - Declarations of common code for hash algorithms.
* Copyright (C) 2008 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c b/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c
index 9e95bc88d6..7c27342c17 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/hmac-tests.c
@@ -1,4 +1,4 @@
-/* hmac-tests.c - HMAC selftests.
+/* hmac-tests.c - HMAC selftests.
* Copyright (C) 2008 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/idea.c b/plugins/MirOTR/Libgcrypt/cipher/idea.c
index d78344d926..14234cf07d 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/idea.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/idea.c
@@ -1,4 +1,4 @@
-/* idea.c - IDEA function
+/* idea.c - IDEA function
* Copyright 1997, 1998, 1999, 2001 Werner Koch (dd9jn)
* Copyright 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h b/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h
index dfa32e3059..7079860e99 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/kdf-internal.h
@@ -1,4 +1,4 @@
-/* kdf-internal.h - Internal defs for kdf.c
+/* kdf-internal.h - Internal defs for kdf.c
* Copyright (C) 2013 g10 Code GmbH
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/kdf.c b/plugins/MirOTR/Libgcrypt/cipher/kdf.c
index 19f6bb69a6..af0dc48009 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/kdf.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/kdf.c
@@ -1,4 +1,4 @@
-/* kdf.c - Key Derivation Functions
+/* kdf.c - Key Derivation Functions
* Copyright (C) 1998, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c b/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c
index 2d85b91c8c..69a2f174db 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/mac-cmac.c
@@ -1,4 +1,4 @@
-/* mac-cmac.c - CMAC glue for MAC API
+/* mac-cmac.c - CMAC glue for MAC API
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c b/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c
index 6a7122d57e..18d56b5caa 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/mac-gmac.c
@@ -1,4 +1,4 @@
-/* mac-gmac.c - GMAC glue for MAC API
+/* mac-gmac.c - GMAC glue for MAC API
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c b/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c
index f2a47879f2..15c613d53a 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/mac-hmac.c
@@ -1,4 +1,4 @@
-/* mac-hmac.c - HMAC glue for MAC API
+/* mac-hmac.c - HMAC glue for MAC API
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h b/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h
index a9a63d6489..6fc304baba 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/mac-internal.h
@@ -1,4 +1,4 @@
-/* mac-internal.h - Internal defs for mac.c
+/* mac-internal.h - Internal defs for mac.c
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/mac.c b/plugins/MirOTR/Libgcrypt/cipher/mac.c
index e502d03a9c..5514ddc3a8 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/mac.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/mac.c
@@ -1,4 +1,4 @@
-/* mac.c - message authentication code dispatcher
+/* mac.c - message authentication code dispatcher
* Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi>
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/md.c b/plugins/MirOTR/Libgcrypt/cipher/md.c
index f8caa22bd7..c9f0ab3f33 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/md.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/md.c
@@ -1,4 +1,4 @@
-/* md.c - message digest dispatcher
+/* md.c - message digest dispatcher
* Copyright (C) 1998, 1999, 2002, 2003, 2006,
* 2008 Free Software Foundation, Inc.
* Copyright (C) 2013, 2014 g10 Code GmbH
diff --git a/plugins/MirOTR/Libgcrypt/cipher/md4.c b/plugins/MirOTR/Libgcrypt/cipher/md4.c
index 9a25b1a63f..624ae997e0 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/md4.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/md4.c
@@ -1,4 +1,4 @@
-/* md4.c - MD4 Message-Digest Algorithm
+/* md4.c - MD4 Message-Digest Algorithm
* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/md5.c b/plugins/MirOTR/Libgcrypt/cipher/md5.c
index 038c2bcae5..b0187c98eb 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/md5.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/md5.c
@@ -1,4 +1,4 @@
-/* md5.c - MD5 Message-Digest Algorithm
+/* md5.c - MD5 Message-Digest Algorithm
* Copyright (C) 1995,1996,1998,1999,2001,2002,
* 2003 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/primegen.c b/plugins/MirOTR/Libgcrypt/cipher/primegen.c
index 164d6eeda9..e46bf184e0 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/primegen.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/primegen.c
@@ -1,4 +1,4 @@
-/* primegen.c - prime number generator
+/* primegen.c - prime number generator
* Copyright (C) 1998, 2000, 2001, 2002, 2003
* 2004, 2008 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h b/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h
index edd67a71f6..193248c327 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey-internal.h
@@ -1,4 +1,4 @@
-/* pubkey-internal.h - Internal defs for pubkey.c
+/* pubkey-internal.h - Internal defs for pubkey.c
* Copyright (C) 2013 g10 code GmbH
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c b/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c
index 35c0ffd223..71312828bf 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey-util.c
@@ -1,4 +1,4 @@
-/* pubkey-util.c - Supporting functions for all pubkey modules.
+/* pubkey-util.c - Supporting functions for all pubkey modules.
* Copyright (C) 1998, 1999, 2000, 2002, 2003, 2005,
* 2007, 2008, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
diff --git a/plugins/MirOTR/Libgcrypt/cipher/pubkey.c b/plugins/MirOTR/Libgcrypt/cipher/pubkey.c
index c55d4c7ee8..147f82aa7d 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/pubkey.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/pubkey.c
@@ -1,4 +1,4 @@
-/* pubkey.c - pubkey dispatcher
+/* pubkey.c - pubkey dispatcher
* Copyright (C) 1998, 1999, 2000, 2002, 2003, 2005,
* 2007, 2008, 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c b/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c
index d6fc6ce2ce..aed8cadbaf 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/rfc2268.c
@@ -1,4 +1,4 @@
-/* rfc2268.c - The cipher described in rfc2268; aka Ron's Cipher 2.
+/* rfc2268.c - The cipher described in rfc2268; aka Ron's Cipher 2.
* Copyright (C) 2003 Nikos Mavroyanopoulos
* Copyright (C) 2004 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h b/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h
index fc99576601..b6a5b158c9 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/rijndael-tables.h
@@ -1,4 +1,4 @@
-/* rijndael-tables.h - Rijndael (AES) for GnuPG,
+/* rijndael-tables.h - Rijndael (AES) for GnuPG,
* Copyright (C) 2000, 2001, 2002, 2003, 2007,
* 2008 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rijndael.c b/plugins/MirOTR/Libgcrypt/cipher/rijndael.c
index cd93915371..8019f0aad8 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rijndael.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/rijndael.c
@@ -1,4 +1,4 @@
-/* Rijndael (AES) for GnuPG
+/* Rijndael (AES) for GnuPG
* Copyright (C) 2000, 2001, 2002, 2003, 2007,
* 2008, 2011, 2012 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rmd.h b/plugins/MirOTR/Libgcrypt/cipher/rmd.h
index 32757cc2b3..a56ee49c2c 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rmd.h
+++ b/plugins/MirOTR/Libgcrypt/cipher/rmd.h
@@ -1,4 +1,4 @@
-/* rmd.h - RIPE-MD hash functions
+/* rmd.h - RIPE-MD hash functions
* Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rmd160.c b/plugins/MirOTR/Libgcrypt/cipher/rmd160.c
index 6509a24cb2..08e8cb08a4 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rmd160.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/rmd160.c
@@ -1,4 +1,4 @@
-/* rmd160.c - RIPE-MD160
+/* rmd160.c - RIPE-MD160
* Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c b/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c
index a3ae8bb10a..4f5a6594a8 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/rsa-common.c
@@ -1,4 +1,4 @@
-/* rsa-common.c - Supporting functions for RSA
+/* rsa-common.c - Supporting functions for RSA
* Copyright (C) 2011 Free Software Foundation, Inc.
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/rsa.c b/plugins/MirOTR/Libgcrypt/cipher/rsa.c
index ad1e78360b..9a8d235b9a 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/rsa.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/rsa.c
@@ -1,4 +1,4 @@
-/* rsa.c - RSA implementation
+/* rsa.c - RSA implementation
* Copyright (C) 1997, 1998, 1999 by Werner Koch (dd9jn)
* Copyright (C) 2000, 2001, 2002, 2003, 2008 Free Software Foundation, Inc.
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/salsa20.c b/plugins/MirOTR/Libgcrypt/cipher/salsa20.c
index 829d886787..d75fe5151d 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/salsa20.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/salsa20.c
@@ -1,4 +1,4 @@
-/* salsa20.c - Bernstein's Salsa20 cipher
+/* salsa20.c - Bernstein's Salsa20 cipher
* Copyright (C) 2012 Simon Josefsson, Niels Möller
* Copyright (C) 2013 g10 Code GmbH
*
diff --git a/plugins/MirOTR/Libgcrypt/cipher/scrypt.c b/plugins/MirOTR/Libgcrypt/cipher/scrypt.c
index 82bf6e332e..404943d854 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/scrypt.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/scrypt.c
@@ -1,4 +1,4 @@
-/* scrypt.c - Scrypt password-based key derivation function.
+/* scrypt.c - Scrypt password-based key derivation function.
* Copyright (C) 2012 Simon Josefsson
* Copyright (C) 2013 Christian Grothoff
* Copyright (C) 2013 g10 Code GmbH
diff --git a/plugins/MirOTR/Libgcrypt/cipher/seed.c b/plugins/MirOTR/Libgcrypt/cipher/seed.c
index d6c793efa3..9f87c05589 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/seed.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/seed.c
@@ -1,4 +1,4 @@
-/* SEED for libgcrypt
+/* SEED for libgcrypt
* Copyright (C) 2006 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/serpent.c b/plugins/MirOTR/Libgcrypt/cipher/serpent.c
index 27644501f7..0be49da477 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/serpent.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/serpent.c
@@ -1,4 +1,4 @@
-/* serpent.c - Implementation of the Serpent encryption algorithm.
+/* serpent.c - Implementation of the Serpent encryption algorithm.
* Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/sha1.c b/plugins/MirOTR/Libgcrypt/cipher/sha1.c
index 2ebe286cd9..2e0b030c31 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/sha1.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/sha1.c
@@ -1,4 +1,4 @@
-/* sha1.c - SHA1 hash function
+/* sha1.c - SHA1 hash function
* Copyright (C) 1998, 2001, 2002, 2003, 2008 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/sha256.c b/plugins/MirOTR/Libgcrypt/cipher/sha256.c
index 8359931510..d92303cdc7 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/sha256.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/sha256.c
@@ -1,4 +1,4 @@
-/* sha256.c - SHA256 hash function
+/* sha256.c - SHA256 hash function
* Copyright (C) 2003, 2006, 2008, 2009 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/sha512.c b/plugins/MirOTR/Libgcrypt/cipher/sha512.c
index bda7162366..6f729cc02e 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/sha512.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/sha512.c
@@ -1,4 +1,4 @@
-/* sha512.c - SHA384 and SHA512 hash functions
+/* sha512.c - SHA384 and SHA512 hash functions
* Copyright (C) 2003, 2008, 2009 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/stribog.c b/plugins/MirOTR/Libgcrypt/cipher/stribog.c
index a0da51f1bc..e277cd642c 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/stribog.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/stribog.c
@@ -1,4 +1,4 @@
-/* stribog.c - GOST R 34.11-2012 (Stribog) hash function
+/* stribog.c - GOST R 34.11-2012 (Stribog) hash function
* Copyright (C) 2013 Dmitry Eremin-Solenikov
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/tiger.c b/plugins/MirOTR/Libgcrypt/cipher/tiger.c
index df8ebcb3e4..414dcc4a19 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/tiger.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/tiger.c
@@ -1,4 +1,4 @@
-/* tiger.c - The TIGER hash function
+/* tiger.c - The TIGER hash function
* Copyright (C) 1998, 2001, 2002, 2003, 2010 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
diff --git a/plugins/MirOTR/Libgcrypt/cipher/twofish.c b/plugins/MirOTR/Libgcrypt/cipher/twofish.c
index a789368070..ecd76e359e 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/twofish.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/twofish.c
@@ -1,4 +1,4 @@
-/* Twofish for GPG
+/* Twofish for GPG
* Copyright (C) 1998, 2002, 2003 Free Software Foundation, Inc.
* Written by Matthew Skala <mskala@ansuz.sooke.bc.ca>, July 26, 1998
* 256-bit key length added March 20, 1999
diff --git a/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c b/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c
index d5ea0f6e27..338d44e0c4 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/whirlpool.c
@@ -1,4 +1,4 @@
-/* whirlpool.c - Whirlpool hashing algorithm
+/* whirlpool.c - Whirlpool hashing algorithm
* Copyright (C) 2005 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.