diff options
Diffstat (limited to 'plugins/MirOTR/Libgcrypt')
169 files changed, 169 insertions, 169 deletions
diff --git a/plugins/MirOTR/Libgcrypt/cipher/arcfour.c b/plugins/MirOTR/Libgcrypt/cipher/arcfour.c index d692c84a97..becdf97c35 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 6e59c53fdb..da6eaaf607 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 ae470d8b4c..703a51434e 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 45a720941d..7c25715206 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 f18d13588c..de1af03564 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 e7085a7ec8..9d3e383e8b 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 d0e3c18ed7..606fa839b3 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 115e1e6241..9ca3ba9606 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 50ac10736b..fbb7d375b9 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 4b929daab4..49ff9f6566 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 8ef29b272e..be974d10da 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 8539f548ca..aa2eeaa96a 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 25d5db2604..abf268e3d0 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 1e7133c9cf..30a304bfea 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 457e337ac3..df15aba180 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 cdac445fb9..1ca3c2b1a6 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 3842774f58..7e93ef8e1c 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 bb33d94243..5b23ea4cca 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 3a0fe98f60..3bbd768a45 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 6a42bfaa30..22bed57e51 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 1322f0da8c..c7d3e164d7 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 6611fd3b88..16b96e7b32 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 a5e42a21ce..2f69375135 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 09cd9693ec..190042e212 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 f066b4b785..a3ffb8be8f 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 306f2adda2..19270fdc78 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 1484830ba6..70ae3b4fea 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 65024a30a0..882c7ae399 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 a34fa08446..32ca4ad659 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 7b750c015e..319fbd2e5d 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 d2d490eb0a..9b2f8d21ec 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 4eb52d620b..a0038b9615 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 d058eb220d..7ed612ca6b 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 c094209c2e..fb9b54dced 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 5486964db9..b5599fa360 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 ffbc39ed2b..1d8434115e 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 aa95365a8c..7decd7c957 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 7c27342c17..9e95bc88d6 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 14234cf07d..d78344d926 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 7079860e99..dfa32e3059 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 af0dc48009..19f6bb69a6 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 69a2f174db..2d85b91c8c 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 18d56b5caa..6a7122d57e 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 15c613d53a..f2a47879f2 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 6fc304baba..a9a63d6489 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 5514ddc3a8..e502d03a9c 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 c9f0ab3f33..f8caa22bd7 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 624ae997e0..9a25b1a63f 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 b0187c98eb..038c2bcae5 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 e46bf184e0..164d6eeda9 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 193248c327..edd67a71f6 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 71312828bf..35c0ffd223 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 147f82aa7d..c55d4c7ee8 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 aed8cadbaf..d6fc6ce2ce 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 b6a5b158c9..fc99576601 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 8019f0aad8..cd93915371 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 a56ee49c2c..32757cc2b3 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 08e8cb08a4..6509a24cb2 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 4f5a6594a8..a3ae8bb10a 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 9a8d235b9a..ad1e78360b 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 d75fe5151d..829d886787 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 404943d854..82bf6e332e 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 9f87c05589..d6c793efa3 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 0be49da477..27644501f7 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 2e0b030c31..2ebe286cd9 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 d92303cdc7..8359931510 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 6f729cc02e..bda7162366 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 e277cd642c..a0da51f1bc 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 414dcc4a19..df8ebcb3e4 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 ecd76e359e..a789368070 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 338d44e0c4..d5ea0f6e27 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. diff --git a/plugins/MirOTR/Libgcrypt/compat/clock.c b/plugins/MirOTR/Libgcrypt/compat/clock.c index 7f250f3303..81f4f94a52 100644 --- a/plugins/MirOTR/Libgcrypt/compat/clock.c +++ b/plugins/MirOTR/Libgcrypt/compat/clock.c @@ -1,4 +1,4 @@ -/* clock.c - Replacement for WindowsCE +/* clock.c - Replacement for WindowsCE Copyright (C) 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives diff --git a/plugins/MirOTR/Libgcrypt/compat/compat.c b/plugins/MirOTR/Libgcrypt/compat/compat.c index 2389961919..5977497ddd 100644 --- a/plugins/MirOTR/Libgcrypt/compat/compat.c +++ b/plugins/MirOTR/Libgcrypt/compat/compat.c @@ -1,4 +1,4 @@ -/* compat.c - Dummy file to avoid an empty library. +/* compat.c - Dummy file to avoid an empty library. * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/compat/getpid.c b/plugins/MirOTR/Libgcrypt/compat/getpid.c index 032387c367..a28437369b 100644 --- a/plugins/MirOTR/Libgcrypt/compat/getpid.c +++ b/plugins/MirOTR/Libgcrypt/compat/getpid.c @@ -1,4 +1,4 @@ -/* getpid.c - Replacement for WindowsCE +/* getpid.c - Replacement for WindowsCE Copyright (C) 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives diff --git a/plugins/MirOTR/Libgcrypt/compat/libcompat.h b/plugins/MirOTR/Libgcrypt/compat/libcompat.h index b5a7649129..f3858c56bd 100644 --- a/plugins/MirOTR/Libgcrypt/compat/libcompat.h +++ b/plugins/MirOTR/Libgcrypt/compat/libcompat.h @@ -1,4 +1,4 @@ -/* libcomapt.h - Prototypes for AC_REPLACE_FUNCtions. +/* libcomapt.h - Prototypes for AC_REPLACE_FUNCtions. * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/custom/config.h b/plugins/MirOTR/Libgcrypt/custom/config.h index 5263060745..c8301c0e3d 100644 --- a/plugins/MirOTR/Libgcrypt/custom/config.h +++ b/plugins/MirOTR/Libgcrypt/custom/config.h @@ -1,4 +1,4 @@ -/* config.h. Generated from config.h.in by configure. */ +/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ diff --git a/plugins/MirOTR/Libgcrypt/custom/sys/file.h b/plugins/MirOTR/Libgcrypt/custom/sys/file.h index cd304557e7..93e8de9892 100644 --- a/plugins/MirOTR/Libgcrypt/custom/sys/file.h +++ b/plugins/MirOTR/Libgcrypt/custom/sys/file.h @@ -1 +1 @@ -#include <fcntl.h> +#include <fcntl.h> diff --git a/plugins/MirOTR/Libgcrypt/custom/sys/time.h b/plugins/MirOTR/Libgcrypt/custom/sys/time.h index 23b0737125..4161e36c4e 100644 --- a/plugins/MirOTR/Libgcrypt/custom/sys/time.h +++ b/plugins/MirOTR/Libgcrypt/custom/sys/time.h @@ -1 +1 @@ -#include <time.h>
+#include <time.h>
diff --git a/plugins/MirOTR/Libgcrypt/custom/unistd.h b/plugins/MirOTR/Libgcrypt/custom/unistd.h index 34ecb918d1..5d0c352a00 100644 --- a/plugins/MirOTR/Libgcrypt/custom/unistd.h +++ b/plugins/MirOTR/Libgcrypt/custom/unistd.h @@ -1,4 +1,4 @@ -#ifndef NG_UNISTD_H +#ifndef NG_UNISTD_H #define NG_UNISTD_H #include <basetsd.h> #include <stddef.h> diff --git a/plugins/MirOTR/Libgcrypt/doc/authors.txt b/plugins/MirOTR/Libgcrypt/doc/authors.txt index 5eef49c084..e6c76aac93 100644 --- a/plugins/MirOTR/Libgcrypt/doc/authors.txt +++ b/plugins/MirOTR/Libgcrypt/doc/authors.txt @@ -1,4 +1,4 @@ -gpgvs
+gpgvs
building gnupg related projects with Visual Studio
Authors:
diff --git a/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt b/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt index c7cbd9272d..526d3acf6a 100644 --- a/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt +++ b/plugins/MirOTR/Libgcrypt/doc/gpgvs.aim.txt @@ -1,4 +1,4 @@ -~~~
+~~~
AIM
~~~
the aim of *.vs projects is to provide a well organized
diff --git a/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt b/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt index 306e65389b..f6838079ac 100644 --- a/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt +++ b/plugins/MirOTR/Libgcrypt/doc/gpgvs.architecture.txt @@ -1,4 +1,4 @@ -~~~~~~~~~~~~
+~~~~~~~~~~~~
ARCHITECTURE
~~~~~~~~~~~~
I admit that architecture meaning is too much for this project,
diff --git a/plugins/MirOTR/Libgcrypt/doc/readme.txt b/plugins/MirOTR/Libgcrypt/doc/readme.txt index fd10f94900..bff0a242cf 100644 --- a/plugins/MirOTR/Libgcrypt/doc/readme.txt +++ b/plugins/MirOTR/Libgcrypt/doc/readme.txt @@ -1,4 +1,4 @@ -gpgvs
+gpgvs
building gnupg related projects with Visual Studio
for documents check them on sourceforge project site
diff --git a/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h b/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h index 5d8dfeedd4..89bbb2f744 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h @@ -1,4 +1,4 @@ -/* created by config.links - do not edit */ +/* created by config.links - do not edit */ /* Host: x86_64-pc-mingw32 */ #define ELF_SYNTAX /* syntax.h -- Definitions for x86 syntax variations. diff --git a/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c b/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c index acfe2a69f5..e45b47d91c 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c +++ b/plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c @@ -1,4 +1,4 @@ -/* ec-ed25519.c - Ed25519 optimized elliptic curve functions +/* ec-ed25519.c - Ed25519 optimized elliptic curve functions * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h b/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h index 759335aad0..9e9290c13d 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h +++ b/plugins/MirOTR/Libgcrypt/mpi/ec-internal.h @@ -1,4 +1,4 @@ -/* ec-internal.h - Internal declarations of ec*.c +/* ec-internal.h - Internal declarations of ec*.c * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/ec.c b/plugins/MirOTR/Libgcrypt/mpi/ec.c index 8222366a0c..44d6223713 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/ec.c +++ b/plugins/MirOTR/Libgcrypt/mpi/ec.c @@ -1,4 +1,4 @@ -/* ec.c - Elliptic Curve functions +/* ec.c - Elliptic Curve functions * Copyright (C) 2007 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h index e607806e10..1cf642dabf 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. +/* This file defines some basic constants for the MPI machinery. * AMD64 compiled for the x32 ABI is special and thus we can't use the * standard values for this ABI. */ #if __GNUC__ >= 3 && defined(__x86_64__) && defined(__ILP32__) diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c index 4a84df64d8..631a4a0761 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c @@ -1,4 +1,4 @@ -/* mpihelp-add_1.c - MPI helper functions +/* mpihelp-add_1.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, * 2000, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c index f48c12cd02..96993ffdf9 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c @@ -1,4 +1,4 @@ -/* mpi-lshift.c - MPI helper functions +/* mpi-lshift.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c index 0e8197d88a..9719c3ea48 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c @@ -1,4 +1,4 @@ -/* mpihelp-mul_1.c - MPI helper functions +/* mpihelp-mul_1.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c index 3b7549605d..c85eebf99e 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c @@ -1,4 +1,4 @@ -/* mpih-mul2.c - MPI helper functions +/* mpih-mul2.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c index 5e84f94f31..797d16b532 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c @@ -1,4 +1,4 @@ -/* mpih-mul3.c - MPI helper functions +/* mpih-mul3.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c index e40794fcf2..e16000b5ed 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c @@ -1,4 +1,4 @@ -/* mpih-rshift.c - MPI helper functions +/* mpih-rshift.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 1999, * 2000, 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c index e88821bfb4..25117a238f 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c @@ -1,4 +1,4 @@ -/* mpihelp-add_2.c - MPI helper functions +/* mpihelp-add_2.c - MPI helper functions * Copyright (C) 1994, 1996, 1997, 1998, 2001, * 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c b/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c index e80d98bc54..336a86fa5a 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c +++ b/plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c @@ -1,4 +1,4 @@ -/* mpih-w-sdiv -- implement udiv_qrnnd on machines with only signed +/* mpih-w-sdiv -- implement udiv_qrnnd on machines with only signed * division. * Copyright (C) 1992, 1994, 1996, 1998, 2002 Free Software Foundation, Inc. * Contributed by Peter L. Montgomery. diff --git a/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h b/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h index 39ede988fc..982d8ed361 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h @@ -1,4 +1,4 @@ -/* syntax.h -- Definitions for x86 syntax variations. +/* syntax.h -- Definitions for x86 syntax variations. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/longlong.h b/plugins/MirOTR/Libgcrypt/mpi/longlong.h index 4f33937fbd..77fc301041 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/longlong.h +++ b/plugins/MirOTR/Libgcrypt/mpi/longlong.h @@ -1,4 +1,4 @@ -/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. +/* longlong.h -- definitions for mixed size 32/64 bit arithmetic. Note: I added some stuff for use with gnupg Copyright (C) 1991, 1992, 1993, 1994, 1996, 1998, diff --git a/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h b/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h index e27de98b4f..02b6071912 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h @@ -1,4 +1,4 @@ -/* asm.h -- Definitions for 68k syntax variations. +/* asm.h -- Definitions for 68k syntax variations. * * Copyright (C) 1992, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h index 2d9a9c1f2c..db9ed332dd 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. We +/* This file defines some basic constants for the MPI machinery. We * need to define the types on a per-CPU basis, so it is done with * this file here. */ #define BYTES_PER_MPI_LIMB 8 diff --git a/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h b/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h index a60e95a4e7..d2b94d9804 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h @@ -1,4 +1,4 @@ -/* Created by config.links - do not edit */ +/* Created by config.links - do not edit */ /* Host: x86_64-pc-mingw32 */ static char mod_source_info[] = ":amd64/mpih-add1.S" diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c index 53f476e060..549b8cb435 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-add.c @@ -1,4 +1,4 @@ -/* mpi-add.c - MPI functions +/* mpi-add.c - MPI functions * Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h b/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h index e607806e10..1cf642dabf 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h @@ -1,4 +1,4 @@ -/* This file defines some basic constants for the MPI machinery. +/* This file defines some basic constants for the MPI machinery. * AMD64 compiled for the x32 ABI is special and thus we can't use the * standard values for this ABI. */ #if __GNUC__ >= 3 && defined(__x86_64__) && defined(__ILP32__) diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c index e2170401e4..47756e4c86 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c @@ -1,4 +1,4 @@ -/* mpi-bit.c - MPI bit level functions +/* mpi-bit.c - MPI bit level functions * Copyright (C) 1998, 1999, 2001, 2002, 2006 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c index 838a7c9240..2c0d6a80f4 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c @@ -1,4 +1,4 @@ -/* mpi-cmp.c - MPI functions +/* mpi-cmp.c - MPI functions * Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c index 9ac99c31b3..65febea68d 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-div.c @@ -1,4 +1,4 @@ -/* mpi-div.c - MPI functions +/* mpi-div.c - MPI functions * Copyright (C) 1994, 1996, 1998, 2001, 2002, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c index 77ca05a6fc..d542b00da6 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c @@ -1,4 +1,4 @@ -/* mpi-gcd.c - MPI functions +/* mpi-gcd.c - MPI functions * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c index 39e2222479..77d4c5314c 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c @@ -1,4 +1,4 @@ -/* mpi-inline.c +/* mpi-inline.c * Copyright (C) 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h index 94e2aec8a1..83dcb8818b 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h @@ -1,4 +1,4 @@ -/* mpi-inline.h - Internal to the Multi Precision Integers +/* mpi-inline.h - Internal to the Multi Precision Integers * Copyright (C) 1994, 1996, 1998, 1999, * 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h b/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h index 898ca47ef0..7f9da4fcdf 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h @@ -1,4 +1,4 @@ -/* mpi-internal.h - Internal to the Multi Precision Integers +/* mpi-internal.h - Internal to the Multi Precision Integers * Copyright (C) 1994, 1996, 1998, 2000, 2002, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c index ee6813b1ed..9cbcdfef48 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c @@ -1,4 +1,4 @@ -/* mpi-inv.c - MPI functions +/* mpi-inv.c - MPI functions * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c index 88624720c2..8f13e04bcd 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c @@ -1,4 +1,4 @@ -/* mpi-mod.c - Modular reduction +/* mpi-mod.c - Modular reduction Copyright (C) 1998, 1999, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c index 0e84e99861..af008af5e4 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c @@ -1,4 +1,4 @@ -/* mpi-mpow.c - MPI functions +/* mpi-mpow.c - MPI functions * Copyright (C) 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c index 4f4d7096a7..db3590db65 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c @@ -1,4 +1,4 @@ -/* mpi-mul.c - MPI functions +/* mpi-mul.c - MPI functions * Copyright (C) 1994, 1996, 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c index 70bf9e84cd..0f920358dd 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c @@ -1,4 +1,4 @@ -/* mpi-pow.c - MPI functions for exponentiation +/* mpi-pow.c - MPI functions for exponentiation * Copyright (C) 1994, 1996, 1998, 2000, 2002 * 2003 Free Software Foundation, Inc. * 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c b/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c index e27f7faa99..8351b5efa7 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c @@ -1,4 +1,4 @@ -/* mpi-scan.c - MPI functions +/* mpi-scan.c - MPI functions * Copyright (C) 1998, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c b/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c index 896dda14cc..ef8e3c1c1e 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpicoder.c @@ -1,4 +1,4 @@ -/* mpicoder.c - Coder for the external representation of MPIs +/* mpicoder.c - Coder for the external representation of MPIs * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2008 Free Software Foundation, Inc. * Copyright (C) 2013, 2014 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c b/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c index 57c1b58487..0a96697d93 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpih-div.c @@ -1,4 +1,4 @@ -/* mpih-div.c - MPI helper functions +/* mpih-div.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 2000, * 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c b/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c index 8b6f06a30a..8deef4e811 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c @@ -1,4 +1,4 @@ -/* mpih-mul.c - MPI helper functions +/* mpih-mul.c - MPI helper functions * Copyright (C) 1994, 1996, 1998, 1999, 2000, * 2001, 2002 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c b/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c index 6bef2a8821..c096f699e4 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c +++ b/plugins/MirOTR/Libgcrypt/mpi/mpiutil.c @@ -1,4 +1,4 @@ -/* mpiutil.ac - Utility functions for MPI +/* mpiutil.ac - Utility functions for MPI * Copyright (C) 1998, 2000, 2001, 2002, 2003, * 2007 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h b/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h index 5d4af9f0ae..55bc6f710f 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h +++ b/plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h @@ -1,4 +1,4 @@ -/* gmp2-2.0.2-ppc/mpn/powerpc-linux/syntax.h Tue Oct 6 19:27:01 1998 */ +/* gmp2-2.0.2-ppc/mpn/powerpc-linux/syntax.h Tue Oct 6 19:27:01 1998 */ /* From glibc's sysdeps/unix/sysv/linux/powerpc/sysdep.h */ /* Copyright (C) 1992, 1997, 1998 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/mpi/sysdep.h b/plugins/MirOTR/Libgcrypt/mpi/sysdep.h index 5e6ab4aab8..3e9e5bf7a8 100644 --- a/plugins/MirOTR/Libgcrypt/mpi/sysdep.h +++ b/plugins/MirOTR/Libgcrypt/mpi/sysdep.h @@ -1,4 +1,4 @@ -/* created by config.links - do not edit */ +/* created by config.links - do not edit */ #if __STDC__ #define C_SYMBOL_NAME(name) _##name #else diff --git a/plugins/MirOTR/Libgcrypt/random/rand-internal.h b/plugins/MirOTR/Libgcrypt/random/rand-internal.h index 79b23acefe..68b94f9251 100644 --- a/plugins/MirOTR/Libgcrypt/random/rand-internal.h +++ b/plugins/MirOTR/Libgcrypt/random/rand-internal.h @@ -1,4 +1,4 @@ -/* rand-internal.h - header to glue the random functions +/* rand-internal.h - header to glue the random functions * Copyright (C) 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random-csprng.c b/plugins/MirOTR/Libgcrypt/random/random-csprng.c index 87235d82d4..38e2ca6cc8 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-csprng.c +++ b/plugins/MirOTR/Libgcrypt/random/random-csprng.c @@ -1,4 +1,4 @@ -/* random-csprng.c - CSPRNG style random number generator (libgcrypt classic) +/* random-csprng.c - CSPRNG style random number generator (libgcrypt classic) * Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, * 2007, 2008, 2010, 2012 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/random/random-daemon.c b/plugins/MirOTR/Libgcrypt/random/random-daemon.c index 98a015363a..45d4417bd2 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-daemon.c +++ b/plugins/MirOTR/Libgcrypt/random/random-daemon.c @@ -1,4 +1,4 @@ -/* random-daemon.c - Access to the external random daemon +/* random-daemon.c - Access to the external random daemon * Copyright (C) 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random-fips.c b/plugins/MirOTR/Libgcrypt/random/random-fips.c index d00825e2a1..d94cfed0ff 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-fips.c +++ b/plugins/MirOTR/Libgcrypt/random/random-fips.c @@ -1,4 +1,4 @@ -/* random-fips.c - FIPS style random number generator +/* random-fips.c - FIPS style random number generator * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random-system.c b/plugins/MirOTR/Libgcrypt/random/random-system.c index 3962ab8816..7db93306a8 100644 --- a/plugins/MirOTR/Libgcrypt/random/random-system.c +++ b/plugins/MirOTR/Libgcrypt/random/random-system.c @@ -1,4 +1,4 @@ -/* random-system.c - wrapper around the system's RNG +/* random-system.c - wrapper around the system's RNG * Copyright (C) 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random.c b/plugins/MirOTR/Libgcrypt/random/random.c index ff9d6d25ce..8ae4f6c9b8 100644 --- a/plugins/MirOTR/Libgcrypt/random/random.c +++ b/plugins/MirOTR/Libgcrypt/random/random.c @@ -1,4 +1,4 @@ -/* random.c - Random number switch +/* random.c - Random number switch * Copyright (C) 2003, 2006, 2008, 2012 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/random.h b/plugins/MirOTR/Libgcrypt/random/random.h index 2bc8cabccc..3b553b38da 100644 --- a/plugins/MirOTR/Libgcrypt/random/random.h +++ b/plugins/MirOTR/Libgcrypt/random/random.h @@ -1,4 +1,4 @@ -/* random.h - random functions +/* random.h - random functions * Copyright (C) 1998, 2002, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/rndegd.c b/plugins/MirOTR/Libgcrypt/random/rndegd.c index d43fcbc14f..7c52e62e5a 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndegd.c +++ b/plugins/MirOTR/Libgcrypt/random/rndegd.c @@ -1,4 +1,4 @@ -/* rndegd.c - interface to the EGD +/* rndegd.c - interface to the EGD * Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/random/rndhw.c b/plugins/MirOTR/Libgcrypt/random/rndhw.c index e625512d4d..8867572129 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndhw.c +++ b/plugins/MirOTR/Libgcrypt/random/rndhw.c @@ -1,4 +1,4 @@ -/* rndhw.c - Access to the external random daemon +/* rndhw.c - Access to the external random daemon * Copyright (C) 2007 Free Software Foundation, Inc. * Copyright (C) 2012 Dmitry Kasatkin * diff --git a/plugins/MirOTR/Libgcrypt/random/rndlinux.c b/plugins/MirOTR/Libgcrypt/random/rndlinux.c index 9eeec57465..63b5b489ef 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndlinux.c +++ b/plugins/MirOTR/Libgcrypt/random/rndlinux.c @@ -1,4 +1,4 @@ -/* rndlinux.c - raw random number for OSes with /dev/random +/* rndlinux.c - raw random number for OSes with /dev/random * Copyright (C) 1998, 2001, 2002, 2003, 2007, * 2009 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/random/rndunix.c b/plugins/MirOTR/Libgcrypt/random/rndunix.c index 1b810d72ae..de67f69746 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndunix.c +++ b/plugins/MirOTR/Libgcrypt/random/rndunix.c @@ -1,4 +1,4 @@ -/**************************************************************************** +/**************************************************************************** * * * * * Unix Randomness-Gathering Code * diff --git a/plugins/MirOTR/Libgcrypt/random/rndw32.c b/plugins/MirOTR/Libgcrypt/random/rndw32.c index 2ca69f16b3..052078dfb7 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndw32.c +++ b/plugins/MirOTR/Libgcrypt/random/rndw32.c @@ -1,4 +1,4 @@ -/* rndw32.c - W32 entropy gatherer +/* rndw32.c - W32 entropy gatherer * Copyright (C) 1999, 2000, 2002, 2003, 2007, * 2010 Free Software Foundation, Inc. * Copyright Peter Gutmann, Matt Thomlinson and Blake Coverett 1996-2006 diff --git a/plugins/MirOTR/Libgcrypt/random/rndw32ce.c b/plugins/MirOTR/Libgcrypt/random/rndw32ce.c index b485eef2f5..25080c92a4 100644 --- a/plugins/MirOTR/Libgcrypt/random/rndw32ce.c +++ b/plugins/MirOTR/Libgcrypt/random/rndw32ce.c @@ -1,4 +1,4 @@ -/* rndw32ce.c - W32CE entropy gatherer +/* rndw32ce.c - W32CE entropy gatherer * Copyright (C) 2010 Free Software Foundation, Inc. * * Libgcrypt is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/ath.c b/plugins/MirOTR/Libgcrypt/src/ath.c index 9085d3e143..4761c4f170 100644 --- a/plugins/MirOTR/Libgcrypt/src/ath.c +++ b/plugins/MirOTR/Libgcrypt/src/ath.c @@ -1,4 +1,4 @@ -/* ath.c - A Thread-safeness library. +/* ath.c - A Thread-safeness library. * Copyright (C) 2002, 2003, 2004, 2011 Free Software Foundation, Inc. * Copyright (C) 2014 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/ath.h b/plugins/MirOTR/Libgcrypt/src/ath.h index a132e0b78a..c32e650189 100644 --- a/plugins/MirOTR/Libgcrypt/src/ath.h +++ b/plugins/MirOTR/Libgcrypt/src/ath.h @@ -1,4 +1,4 @@ -/* ath.h - Thread-safeness library. +/* ath.h - Thread-safeness library. * Copyright (C) 2002, 2003, 2004, 2011 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/cipher-proto.h b/plugins/MirOTR/Libgcrypt/src/cipher-proto.h index 8267791732..835d0469e1 100644 --- a/plugins/MirOTR/Libgcrypt/src/cipher-proto.h +++ b/plugins/MirOTR/Libgcrypt/src/cipher-proto.h @@ -1,4 +1,4 @@ -/* cipher-proto.h - Internal declarations +/* cipher-proto.h - Internal declarations * Copyright (C) 2008, 2011 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/cipher.h b/plugins/MirOTR/Libgcrypt/src/cipher.h index 10bfe0c50d..5a4724d14d 100644 --- a/plugins/MirOTR/Libgcrypt/src/cipher.h +++ b/plugins/MirOTR/Libgcrypt/src/cipher.h @@ -1,4 +1,4 @@ -/* cipher.h +/* cipher.h * Copyright (C) 1998, 2002, 2003, 2009 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/context.c b/plugins/MirOTR/Libgcrypt/src/context.c index 94e5be9e15..36c6c38079 100644 --- a/plugins/MirOTR/Libgcrypt/src/context.c +++ b/plugins/MirOTR/Libgcrypt/src/context.c @@ -1,4 +1,4 @@ -/* context.c - Context management +/* context.c - Context management * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/context.h b/plugins/MirOTR/Libgcrypt/src/context.h index 875de24396..e8dea43d03 100644 --- a/plugins/MirOTR/Libgcrypt/src/context.h +++ b/plugins/MirOTR/Libgcrypt/src/context.h @@ -1,4 +1,4 @@ -/* context.h - Declarations for the context management +/* context.h - Declarations for the context management * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/dumpsexp.c b/plugins/MirOTR/Libgcrypt/src/dumpsexp.c index f6384d7d59..f506399072 100644 --- a/plugins/MirOTR/Libgcrypt/src/dumpsexp.c +++ b/plugins/MirOTR/Libgcrypt/src/dumpsexp.c @@ -1,4 +1,4 @@ -/* dumpsexp.c - Dump S-expressions. +/* dumpsexp.c - Dump S-expressions. * Copyright (C) 2007, 2010 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/ec-context.h b/plugins/MirOTR/Libgcrypt/src/ec-context.h index 60ca75909e..a04dbca061 100644 --- a/plugins/MirOTR/Libgcrypt/src/ec-context.h +++ b/plugins/MirOTR/Libgcrypt/src/ec-context.h @@ -1,4 +1,4 @@ -/* ec-context.h - Private definitions for CONTEXT_TYPE_EC. +/* ec-context.h - Private definitions for CONTEXT_TYPE_EC. * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/fips.c b/plugins/MirOTR/Libgcrypt/src/fips.c index 3ab33f9335..0d023d8b45 100644 --- a/plugins/MirOTR/Libgcrypt/src/fips.c +++ b/plugins/MirOTR/Libgcrypt/src/fips.c @@ -1,4 +1,4 @@ -/* fips.c - FIPS mode management +/* fips.c - FIPS mode management * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/g10lib.h b/plugins/MirOTR/Libgcrypt/src/g10lib.h index 238871d0e9..dcc772c774 100644 --- a/plugins/MirOTR/Libgcrypt/src/g10lib.h +++ b/plugins/MirOTR/Libgcrypt/src/g10lib.h @@ -1,4 +1,4 @@ -/* g10lib.h - Internal definitions for libgcrypt +/* g10lib.h - Internal definitions for libgcrypt * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005 * 2007, 2011 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h b/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h index 65dcb4d0ec..6210fead1c 100644 --- a/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h +++ b/plugins/MirOTR/Libgcrypt/src/gcrypt-int.h @@ -1,4 +1,4 @@ -/* gcrypt-int.h - Internal version of gcrypt.h +/* gcrypt-int.h - Internal version of gcrypt.h * Copyright (C) 2013 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/gcrypt.h b/plugins/MirOTR/Libgcrypt/src/gcrypt.h index 3071732bf6..8ecfd340db 100644 --- a/plugins/MirOTR/Libgcrypt/src/gcrypt.h +++ b/plugins/MirOTR/Libgcrypt/src/gcrypt.h @@ -1,4 +1,4 @@ -/* gcrypt.h - GNU Cryptographic Library Interface -*- c -*- +/* gcrypt.h - GNU Cryptographic Library Interface -*- c -*- * Copyright (C) 1998-2015 Free Software Foundation, Inc. * Copyright (C) 2012-2015 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c b/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c index b13931b6e8..4c238cfbe1 100644 --- a/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c +++ b/plugins/MirOTR/Libgcrypt/src/gcryptrnd.c @@ -1,4 +1,4 @@ -/* gcryptrnd.c - Libgcrypt Random Number Daemon +/* gcryptrnd.c - Libgcrypt Random Number Daemon * Copyright (C) 2006 Free Software Foundation, Inc. * * Gcryptend is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/getrandom.c b/plugins/MirOTR/Libgcrypt/src/getrandom.c index f9bb5c0c5f..02f5c9dfb2 100644 --- a/plugins/MirOTR/Libgcrypt/src/getrandom.c +++ b/plugins/MirOTR/Libgcrypt/src/getrandom.c @@ -1,4 +1,4 @@ -/* getrandom.c - Libgcrypt Random Number client +/* getrandom.c - Libgcrypt Random Number client * Copyright (C) 2006 Free Software Foundation, Inc. * * Getrandom is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/global.c b/plugins/MirOTR/Libgcrypt/src/global.c index 6f9cbf965d..822e4ca41d 100644 --- a/plugins/MirOTR/Libgcrypt/src/global.c +++ b/plugins/MirOTR/Libgcrypt/src/global.c @@ -1,4 +1,4 @@ -/* global.c - global control functions +/* global.c - global control functions * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 * 2004, 2005, 2006, 2008, 2011, * 2012 Free Software Foundation, Inc. diff --git a/plugins/MirOTR/Libgcrypt/src/hmac256.c b/plugins/MirOTR/Libgcrypt/src/hmac256.c index 94a26da448..8567c83b8d 100644 --- a/plugins/MirOTR/Libgcrypt/src/hmac256.c +++ b/plugins/MirOTR/Libgcrypt/src/hmac256.c @@ -1,4 +1,4 @@ -/* hmac256.c - Standalone HMAC implementation +/* hmac256.c - Standalone HMAC implementation * Copyright (C) 2003, 2006, 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hmac256.h b/plugins/MirOTR/Libgcrypt/src/hmac256.h index df28e72721..c5005d4ccb 100644 --- a/plugins/MirOTR/Libgcrypt/src/hmac256.h +++ b/plugins/MirOTR/Libgcrypt/src/hmac256.h @@ -1,4 +1,4 @@ -/* hmac256.h - Declarations for _gcry_hmac256 +/* hmac256.h - Declarations for _gcry_hmac256 * Copyright (C) 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hwf-arm.c b/plugins/MirOTR/Libgcrypt/src/hwf-arm.c index aa4bfd79e7..026fc75e8a 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwf-arm.c +++ b/plugins/MirOTR/Libgcrypt/src/hwf-arm.c @@ -1,4 +1,4 @@ -/* hwf-arm.c - Detect hardware features - ARM part +/* hwf-arm.c - Detect hardware features - ARM part * Copyright © 2013 Jussi Kivilinna <jussi.kivilinna@iki.fi> * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hwf-common.h b/plugins/MirOTR/Libgcrypt/src/hwf-common.h index 8f156b5644..8b80fe8e0b 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwf-common.h +++ b/plugins/MirOTR/Libgcrypt/src/hwf-common.h @@ -1,4 +1,4 @@ -/* hwf-common.h - Declarations for hwf-CPU.c modules +/* hwf-common.h - Declarations for hwf-CPU.c modules * Copyright (C) 2012 g10 Code GmbH * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/hwf-x86.c b/plugins/MirOTR/Libgcrypt/src/hwf-x86.c index 7ee246d8cf..0b284ecdb5 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwf-x86.c +++ b/plugins/MirOTR/Libgcrypt/src/hwf-x86.c @@ -1,4 +1,4 @@ -/* hwf-x86.c - Detect hardware features - x86 part +/* hwf-x86.c - Detect hardware features - x86 part * Copyright (C) 2007, 2011, 2012 Free Software Foundation, Inc. * Copyright (C) 2012 Jussi Kivilinna * diff --git a/plugins/MirOTR/Libgcrypt/src/hwfeatures.c b/plugins/MirOTR/Libgcrypt/src/hwfeatures.c index 58099c49ca..bd0114f00a 100644 --- a/plugins/MirOTR/Libgcrypt/src/hwfeatures.c +++ b/plugins/MirOTR/Libgcrypt/src/hwfeatures.c @@ -1,4 +1,4 @@ -/* hwfeatures.c - Detect hardware features. +/* hwfeatures.c - Detect hardware features. * Copyright (C) 2007, 2011 Free Software Foundation, Inc. * Copyright (C) 2012 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/libgcrypt.def b/plugins/MirOTR/Libgcrypt/src/libgcrypt.def index a90efcec01..3f4f2f464e 100644 --- a/plugins/MirOTR/Libgcrypt/src/libgcrypt.def +++ b/plugins/MirOTR/Libgcrypt/src/libgcrypt.def @@ -1,4 +1,4 @@ -;; libgcrypt.defs - Exported symbols for W32 +;; libgcrypt.defs - Exported symbols for W32 ;; Copyright (C) 2003, 2007 Free Software Foundation, Inc. ;; ;; This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/misc.c b/plugins/MirOTR/Libgcrypt/src/misc.c index 603693f825..6dc3b319d1 100644 --- a/plugins/MirOTR/Libgcrypt/src/misc.c +++ b/plugins/MirOTR/Libgcrypt/src/misc.c @@ -1,4 +1,4 @@ -/* misc.c +/* misc.c * Copyright (C) 1999, 2001, 2002, 2003, 2007, * 2008 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/missing-string.c b/plugins/MirOTR/Libgcrypt/src/missing-string.c index 4756c00ea7..b495c7aeac 100644 --- a/plugins/MirOTR/Libgcrypt/src/missing-string.c +++ b/plugins/MirOTR/Libgcrypt/src/missing-string.c @@ -1,4 +1,4 @@ -/* missing-string.c - missing string utilities +/* missing-string.c - missing string utilities * Copyright (C) 1994, 1998, 1999, 2000, 2001, * 2003 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/mpi.h b/plugins/MirOTR/Libgcrypt/src/mpi.h index bb3c26d0f4..b370542f90 100644 --- a/plugins/MirOTR/Libgcrypt/src/mpi.h +++ b/plugins/MirOTR/Libgcrypt/src/mpi.h @@ -1,4 +1,4 @@ -/* mpi.h - Multi Precision Integers +/* mpi.h - Multi Precision Integers * Copyright (C) 1994, 1996, 1998, * 2001, 2002, 2003, 2005 Free Software Foundation, Inc. * diff --git a/plugins/MirOTR/Libgcrypt/src/mpicalc.c b/plugins/MirOTR/Libgcrypt/src/mpicalc.c index f1fbbefe08..192347feb9 100644 --- a/plugins/MirOTR/Libgcrypt/src/mpicalc.c +++ b/plugins/MirOTR/Libgcrypt/src/mpicalc.c @@ -1,4 +1,4 @@ -/* mpicalc.c - Simple RPN calculator using gcry_mpi functions +/* mpicalc.c - Simple RPN calculator using gcry_mpi functions * Copyright (C) 1997, 1998, 1999, 2004, 2006, 2013 Werner Koch * * This program is free software; you can redistribute it and/or modify diff --git a/plugins/MirOTR/Libgcrypt/src/secmem.c b/plugins/MirOTR/Libgcrypt/src/secmem.c index 2bf7d8c6ab..7c871b87cf 100644 --- a/plugins/MirOTR/Libgcrypt/src/secmem.c +++ b/plugins/MirOTR/Libgcrypt/src/secmem.c @@ -1,4 +1,4 @@ -/* secmem.c - memory allocation from a secure heap +/* secmem.c - memory allocation from a secure heap * Copyright (C) 1998, 1999, 2000, 2001, 2002, * 2003, 2007 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/src/secmem.h b/plugins/MirOTR/Libgcrypt/src/secmem.h index 3577381cf8..a3d69d2f42 100644 --- a/plugins/MirOTR/Libgcrypt/src/secmem.h +++ b/plugins/MirOTR/Libgcrypt/src/secmem.h @@ -1,4 +1,4 @@ -/* secmem.h - internal definitions for secmem +/* secmem.h - internal definitions for secmem * Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/sexp.c b/plugins/MirOTR/Libgcrypt/src/sexp.c index 9bc13caf37..a44aae57c5 100644 --- a/plugins/MirOTR/Libgcrypt/src/sexp.c +++ b/plugins/MirOTR/Libgcrypt/src/sexp.c @@ -1,4 +1,4 @@ -/* sexp.c - S-Expression handling +/* sexp.c - S-Expression handling * Copyright (C) 1999, 2000, 2001, 2002, 2003, * 2004, 2006, 2007, 2008, 2011 Free Software Foundation, Inc. * Copyright (C) 2013, 2014 g10 Code GmbH diff --git a/plugins/MirOTR/Libgcrypt/src/stdmem.c b/plugins/MirOTR/Libgcrypt/src/stdmem.c index 189da37207..31c48415cf 100644 --- a/plugins/MirOTR/Libgcrypt/src/stdmem.c +++ b/plugins/MirOTR/Libgcrypt/src/stdmem.c @@ -1,4 +1,4 @@ -/* stdmem.c - private memory allocator +/* stdmem.c - private memory allocator * Copyright (C) 1998, 2000, 2002, 2005, 2008 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/stdmem.h b/plugins/MirOTR/Libgcrypt/src/stdmem.h index b476e7e501..e290c7032d 100644 --- a/plugins/MirOTR/Libgcrypt/src/stdmem.h +++ b/plugins/MirOTR/Libgcrypt/src/stdmem.h @@ -1,4 +1,4 @@ -/* stdmem.h - internal definitions for stdmem +/* stdmem.h - internal definitions for stdmem * Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/types.h b/plugins/MirOTR/Libgcrypt/src/types.h index 561b74d17e..652ecdb61a 100644 --- a/plugins/MirOTR/Libgcrypt/src/types.h +++ b/plugins/MirOTR/Libgcrypt/src/types.h @@ -1,4 +1,4 @@ -/* types.h - some common typedefs +/* types.h - some common typedefs * Copyright (C) 1998, 2000, 2002, 2003 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/src/visibility.c b/plugins/MirOTR/Libgcrypt/src/visibility.c index 4bbfd0ad3c..11ec9eac1f 100644 --- a/plugins/MirOTR/Libgcrypt/src/visibility.c +++ b/plugins/MirOTR/Libgcrypt/src/visibility.c @@ -1,4 +1,4 @@ -/* visibility.c - Wrapper for all public functions. +/* visibility.c - Wrapper for all public functions. * Copyright (C) 2007, 2008, 2011 Free Software Foundation, Inc. * Copyright (C) 2013 g10 Code GmbH * diff --git a/plugins/MirOTR/Libgcrypt/src/visibility.h b/plugins/MirOTR/Libgcrypt/src/visibility.h index 4127a43258..425776438a 100644 --- a/plugins/MirOTR/Libgcrypt/src/visibility.h +++ b/plugins/MirOTR/Libgcrypt/src/visibility.h @@ -1,4 +1,4 @@ -/* visibility.h - Set visibility attribute +/* visibility.h - Set visibility attribute * Copyright (C) 2007 Free Software Foundation, Inc. * * This file is part of Libgcrypt. |