From a16dd13f199e3ccb806bb4832ef4335a12ba5901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 18 Feb 2012 21:28:29 +0100 Subject: Converted files to utf-8. --- tools/input.c | 2 +- tools/input.h | 2 +- tools/misc.c | 4 ++-- tools/misc.h | 2 +- tools/nettle-lfib-stream.c | 2 +- tools/output.c | 2 +- tools/output.h | 2 +- tools/parse.c | 2 +- tools/parse.h | 2 +- tools/pkcs1-conv.c | 2 +- tools/sexp-conv.c | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'tools') 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 -- cgit v1.2.1