summaryrefslogtreecommitdiff
path: root/sparc64
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2012-02-18 21:28:29 +0100
committerNiels Möller <nisse@lysator.liu.se>2012-02-18 21:28:29 +0100
commita16dd13f199e3ccb806bb4832ef4335a12ba5901 (patch)
treeacf8855a7640b71cef581d7c8586770a16eec604 /sparc64
parentf12fdc75692b7bbdfa88a2494b6fa323c91a79ca (diff)
downloadnettle-a16dd13f199e3ccb806bb4832ef4335a12ba5901.tar.gz
Converted files to utf-8.
Diffstat (limited to 'sparc64')
-rw-r--r--sparc64/aes-decrypt-internal.asm2
-rw-r--r--sparc64/aes-encrypt-internal.asm2
-rw-r--r--sparc64/arcfour-crypt.asm2
3 files changed, 3 insertions, 3 deletions
diff --git a/sparc64/aes-decrypt-internal.asm b/sparc64/aes-decrypt-internal.asm
index 408dd728..94a2e98c 100644
--- a/sparc64/aes-decrypt-internal.asm
+++ b/sparc64/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) 2002, 2005 Niels Möller
+C Copyright (C) 2002, 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/sparc64/aes-encrypt-internal.asm b/sparc64/aes-encrypt-internal.asm
index 5462056e..9d2b7c56 100644
--- a/sparc64/aes-encrypt-internal.asm
+++ b/sparc64/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) 2002, 2005 Niels Möller
+C Copyright (C) 2002, 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/sparc64/arcfour-crypt.asm b/sparc64/arcfour-crypt.asm
index 0e407d17..51ff96b0 100644
--- a/sparc64/arcfour-crypt.asm
+++ b/sparc64/arcfour-crypt.asm
@@ -1,7 +1,7 @@
C -*- mode: asm; asm-comment-char: ?C; -*-
C nettle, low-level cryptographics library
C
-C Copyright (C) 2002, 2005 Niels Möller
+C Copyright (C) 2002, 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