diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/MirOTR/Libgcrypt/compat | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/compat')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/compat/clock.c | 2 | ||||
-rw-r--r-- | plugins/MirOTR/Libgcrypt/compat/compat.c | 2 | ||||
-rw-r--r-- | plugins/MirOTR/Libgcrypt/compat/getpid.c | 2 | ||||
-rw-r--r-- | plugins/MirOTR/Libgcrypt/compat/libcompat.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirOTR/Libgcrypt/compat/clock.c b/plugins/MirOTR/Libgcrypt/compat/clock.c index 7f250f3303..81f4f94a52 100644 --- a/plugins/MirOTR/Libgcrypt/compat/clock.c +++ b/plugins/MirOTR/Libgcrypt/compat/clock.c @@ -1,4 +1,4 @@ -/* clock.c - Replacement for WindowsCE +/* clock.c - Replacement for WindowsCE Copyright (C) 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives diff --git a/plugins/MirOTR/Libgcrypt/compat/compat.c b/plugins/MirOTR/Libgcrypt/compat/compat.c index 2389961919..5977497ddd 100644 --- a/plugins/MirOTR/Libgcrypt/compat/compat.c +++ b/plugins/MirOTR/Libgcrypt/compat/compat.c @@ -1,4 +1,4 @@ -/* compat.c - Dummy file to avoid an empty library. +/* compat.c - Dummy file to avoid an empty library. * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. diff --git a/plugins/MirOTR/Libgcrypt/compat/getpid.c b/plugins/MirOTR/Libgcrypt/compat/getpid.c index 032387c367..a28437369b 100644 --- a/plugins/MirOTR/Libgcrypt/compat/getpid.c +++ b/plugins/MirOTR/Libgcrypt/compat/getpid.c @@ -1,4 +1,4 @@ -/* getpid.c - Replacement for WindowsCE +/* getpid.c - Replacement for WindowsCE Copyright (C) 2010 Free Software Foundation, Inc. This file is free software; as a special exception the author gives diff --git a/plugins/MirOTR/Libgcrypt/compat/libcompat.h b/plugins/MirOTR/Libgcrypt/compat/libcompat.h index b5a7649129..f3858c56bd 100644 --- a/plugins/MirOTR/Libgcrypt/compat/libcompat.h +++ b/plugins/MirOTR/Libgcrypt/compat/libcompat.h @@ -1,4 +1,4 @@ -/* libcomapt.h - Prototypes for AC_REPLACE_FUNCtions. +/* libcomapt.h - Prototypes for AC_REPLACE_FUNCtions. * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of Libgcrypt. |