summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentf12fdc75692b7bbdfa88a2494b6fa323c91a79ca (diff)
downloadnettle-a16dd13f199e3ccb806bb4832ef4335a12ba5901.tar.gz
Converted files to utf-8.
Diffstat (limited to 'tools')
-rw-r--r--tools/input.c2
-rw-r--r--tools/input.h2
-rw-r--r--tools/misc.c4
-rw-r--r--tools/misc.h2
-rw-r--r--tools/nettle-lfib-stream.c2
-rw-r--r--tools/output.c2
-rw-r--r--tools/output.h2
-rw-r--r--tools/parse.c2
-rw-r--r--tools/parse.h2
-rw-r--r--tools/pkcs1-conv.c2
-rw-r--r--tools/sexp-conv.c2
11 files changed, 12 insertions, 12 deletions
diff --git a/tools/input.c b/tools/input.c
index 8dd7d0c1..3c8f6746 100644
--- a/tools/input.c
+++ b/tools/input.c
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/input.h b/tools/input.h
index 5c59adde..3e52a58d 100644
--- a/tools/input.h
+++ b/tools/input.h
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/misc.c b/tools/misc.c
index bd20842f..45fb5a7e 100644
--- a/tools/misc.c
+++ b/tools/misc.c
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -75,7 +75,7 @@ sexp_token_chars[0x80] =
1,1,1,1,1,1,1,1, 1,1,1,0,0,1,0,0,
/* @ A ... O */
0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
- /* P ... Z [ \ ] ^ _ */
+ /* P ... Z [ \ ] ^ _ */
1,1,1,1,1,1,1,1, 1,1,1,0,0,0,0,1,
/* ` a, ... o */
0,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,
diff --git a/tools/misc.h b/tools/misc.h
index 828fe9bd..c2f6d82e 100644
--- a/tools/misc.h
+++ b/tools/misc.h
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/nettle-lfib-stream.c b/tools/nettle-lfib-stream.c
index 641a2f7f..780a888b 100644
--- a/tools/nettle-lfib-stream.c
+++ b/tools/nettle-lfib-stream.c
@@ -7,7 +7,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2003 Niels Möller
+ * Copyright (C) 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/output.c b/tools/output.c
index d491d9a4..014a2764 100644
--- a/tools/output.c
+++ b/tools/output.c
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/output.h b/tools/output.h
index 8ac52562..56ff724d 100644
--- a/tools/output.h
+++ b/tools/output.h
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/parse.c b/tools/parse.c
index 292c6ce8..ba1bb655 100644
--- a/tools/parse.c
+++ b/tools/parse.c
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/parse.h b/tools/parse.h
index df6f8b40..2f46d79c 100644
--- a/tools/parse.h
+++ b/tools/parse.h
@@ -2,7 +2,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002, 2003 Niels Möller
+ * Copyright (C) 2002, 2003 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/pkcs1-conv.c b/tools/pkcs1-conv.c
index c9c7ff4a..e13d8cea 100644
--- a/tools/pkcs1-conv.c
+++ b/tools/pkcs1-conv.c
@@ -4,7 +4,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2005, 2009 Niels Möller, Magnus Holmgren
+ * Copyright (C) 2005, 2009 Niels Möller, Magnus Holmgren
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
diff --git a/tools/sexp-conv.c b/tools/sexp-conv.c
index f43f27d2..58a22a76 100644
--- a/tools/sexp-conv.c
+++ b/tools/sexp-conv.c
@@ -5,7 +5,7 @@
/* nettle, low-level cryptographics library
*
- * Copyright (C) 2002 Niels Möller
+ * Copyright (C) 2002 Niels Möller
*
* The nettle library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by