summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
Diffstat (limited to 'x86')
-rw-r--r--x86/aes-decrypt-internal.asm2
-rw-r--r--x86/aes-encrypt-internal.asm2
-rw-r--r--x86/arcfour-crypt.asm2
-rw-r--r--x86/camellia-crypt-internal.asm2
-rw-r--r--x86/md5-compress.asm2
-rw-r--r--x86/sha1-compress.asm2
6 files changed, 6 insertions, 6 deletions
diff --git a/x86/aes-decrypt-internal.asm b/x86/aes-decrypt-internal.asm
index 0dc6f7bd..e6ec0259 100644
--- a/x86/aes-decrypt-internal.asm
+++ b/x86/aes-decrypt-internal.asm
@@ -1,7 +1,7 @@
C -*- mode: asm; asm-comment-char: ?C; -*-
C nettle, low-level cryptographics library
C
-C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
+C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
diff --git a/x86/aes-encrypt-internal.asm b/x86/aes-encrypt-internal.asm
index 99620d49..819d2184 100644
--- a/x86/aes-encrypt-internal.asm
+++ b/x86/aes-encrypt-internal.asm
@@ -1,7 +1,7 @@
C -*- mode: asm; asm-comment-char: ?C; -*-
C nettle, low-level cryptographics library
C
-C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
+C Copyright (C) 2001, 2002, 2005 Rafael R. Sevilla, Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
diff --git a/x86/arcfour-crypt.asm b/x86/arcfour-crypt.asm
index bdeb98f0..af7f13b0 100644
--- a/x86/arcfour-crypt.asm
+++ b/x86/arcfour-crypt.asm
@@ -1,6 +1,6 @@
C nettle, low-level cryptographics library
C
-C Copyright (C) 2004, Niels Möller
+C Copyright (C) 2004, Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
diff --git a/x86/camellia-crypt-internal.asm b/x86/camellia-crypt-internal.asm
index fa16f763..cdda43cd 100644
--- a/x86/camellia-crypt-internal.asm
+++ b/x86/camellia-crypt-internal.asm
@@ -1,7 +1,7 @@
C -*- mode: asm; asm-comment-char: ?C; -*-
C nettle, low-level cryptographics library
C
-C Copyright (C) 2010, Niels Möller
+C Copyright (C) 2010, Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
diff --git a/x86/md5-compress.asm b/x86/md5-compress.asm
index 44894e31..5bee8543 100644
--- a/x86/md5-compress.asm
+++ b/x86/md5-compress.asm
@@ -1,6 +1,6 @@
C nettle, low-level cryptographics library
C
-C Copyright (C) 2005, Niels Möller
+C Copyright (C) 2005, Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by
diff --git a/x86/sha1-compress.asm b/x86/sha1-compress.asm
index f6fa347b..d92b24c0 100644
--- a/x86/sha1-compress.asm
+++ b/x86/sha1-compress.asm
@@ -1,6 +1,6 @@
C nettle, low-level cryptographics library
C
-C Copyright (C) 2004, Niels Möller
+C Copyright (C) 2004, Niels Möller
C
C The nettle library is free software; you can redistribute it and/or modify
C it under the terms of the GNU Lesser General Public License as published by