summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/Libgcrypt/mpi
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/mpi')
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/asm-syntax.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/ec-ed25519.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/ec-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/ec.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpi-asm-defs.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-add1.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-lshift.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul1.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul2.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-mul3.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-rshift.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/mpih-sub1.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/generic/udiv-w-sdiv.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/i386/syntax.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/longlong.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/m68k/syntax.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mips3/mpi-asm-defs.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mod-source-info.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-add.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-asm-defs.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-bit.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-cmp.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-div.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-gcd.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-inline.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-inline.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-internal.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-inv.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-mod.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-mpow.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-mul.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-pow.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpi-scan.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpicoder.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpih-div.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpih-mul.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/mpiutil.c2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/powerpc32/syntax.h2
-rw-r--r--plugins/MirOTR/Libgcrypt/mpi/sysdep.h2
39 files changed, 39 insertions, 39 deletions
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