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 /protocols/Sametime/src/meanwhile | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Sametime/src/meanwhile')
40 files changed, 40 insertions, 40 deletions
diff --git a/protocols/Sametime/src/meanwhile/src/channel.c b/protocols/Sametime/src/meanwhile/src/channel.c index 07334c18e7..1899abd027 100644 --- a/protocols/Sametime/src/meanwhile/src/channel.c +++ b/protocols/Sametime/src/meanwhile/src/channel.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/cipher.c b/protocols/Sametime/src/meanwhile/src/cipher.c index 8e5bd6f042..7b3c72f02f 100644 --- a/protocols/Sametime/src/meanwhile/src/cipher.c +++ b/protocols/Sametime/src/meanwhile/src/cipher.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/common.c b/protocols/Sametime/src/meanwhile/src/common.c index 555edd2c1c..d98b671d28 100644 --- a/protocols/Sametime/src/meanwhile/src/common.c +++ b/protocols/Sametime/src/meanwhile/src/common.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/error.c b/protocols/Sametime/src/meanwhile/src/error.c index 23977c6626..2250b9ed40 100644 --- a/protocols/Sametime/src/meanwhile/src/error.c +++ b/protocols/Sametime/src/meanwhile/src/error.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/message.c b/protocols/Sametime/src/meanwhile/src/message.c index f9afec4c9b..cfaecd1c23 100644 --- a/protocols/Sametime/src/meanwhile/src/message.c +++ b/protocols/Sametime/src/meanwhile/src/message.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h b/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h index 6972c8878d..681c858338 100644 --- a/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h +++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h @@ -1,4 +1,4 @@ -/* Default configuration for MPI library */ +/* Default configuration for MPI library */ #ifndef MPI_CONFIG_H_ #define MPI_CONFIG_H_ diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h b/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h index 137047ca77..3a18923291 100644 --- a/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h +++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h @@ -1,4 +1,4 @@ - + #include <glib.h> typedef gchar mw_mp_sign; diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi.c b/protocols/Sametime/src/meanwhile/src/mpi/mpi.c index 3a18c99050..ccdf5cf0f7 100644 --- a/protocols/Sametime/src/meanwhile/src/mpi/mpi.c +++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi.c @@ -1,4 +1,4 @@ -/* +/* mpi.c by Michael J. Fromberger <http://www.dartmouth.edu/~sting/> diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi.h b/protocols/Sametime/src/meanwhile/src/mpi/mpi.h index 0e7cc527a1..14a6573e25 100644 --- a/protocols/Sametime/src/meanwhile/src/mpi/mpi.h +++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi.h @@ -1,4 +1,4 @@ -/* +/* mpi.h by Michael J. Fromberger <http://www.dartmouth.edu/~sting/> diff --git a/protocols/Sametime/src/meanwhile/src/mw_channel.h b/protocols/Sametime/src/meanwhile/src/mw_channel.h index 7af5e22d86..b9b3316875 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_channel.h +++ b/protocols/Sametime/src/meanwhile/src/mw_channel.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_cipher.h b/protocols/Sametime/src/meanwhile/src/mw_cipher.h index a75781397e..38894bf6e6 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_cipher.h +++ b/protocols/Sametime/src/meanwhile/src/mw_cipher.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_common.h b/protocols/Sametime/src/meanwhile/src/mw_common.h index 6138ce1b4d..4e7967510a 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_common.h +++ b/protocols/Sametime/src/meanwhile/src/mw_common.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_debug.c b/protocols/Sametime/src/meanwhile/src/mw_debug.c index d22d2876eb..cb84bbb6e0 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_debug.c +++ b/protocols/Sametime/src/meanwhile/src/mw_debug.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_debug.h b/protocols/Sametime/src/meanwhile/src/mw_debug.h index e1919c11c8..000047a3eb 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_debug.h +++ b/protocols/Sametime/src/meanwhile/src/mw_debug.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_error.h b/protocols/Sametime/src/meanwhile/src/mw_error.h index e53cc0c996..aa6e3bf620 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_error.h +++ b/protocols/Sametime/src/meanwhile/src/mw_error.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_message.h b/protocols/Sametime/src/meanwhile/src/mw_message.h index a825ec271b..6e55842d5f 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_message.h +++ b/protocols/Sametime/src/meanwhile/src/mw_message.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_service.h b/protocols/Sametime/src/meanwhile/src/mw_service.h index 9bcd6509db..9a7cf8a5a2 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_service.h +++ b/protocols/Sametime/src/meanwhile/src/mw_service.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_session.h b/protocols/Sametime/src/meanwhile/src/mw_session.h index e606e0ca98..5065008a9e 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_session.h +++ b/protocols/Sametime/src/meanwhile/src/mw_session.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h index 0d5090d258..412ecd2f24 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h index ea162e6e73..771ce3d0de 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h index c45e850232..d8a9523629 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h @@ -1,4 +1,4 @@ -/* +/* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h index aef7de886a..0887661de0 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h index adb710e32c..9bd6331cd5 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h index bba97b61e9..3283692222 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h index 5429640a1e..7c621f4bdb 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h index b55ddf21fe..a8524e5ef9 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h +++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_st_list.h b/protocols/Sametime/src/meanwhile/src/mw_st_list.h index d54de15bac..535ca933dd 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_st_list.h +++ b/protocols/Sametime/src/meanwhile/src/mw_st_list.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_util.c b/protocols/Sametime/src/meanwhile/src/mw_util.c index 57c1845b38..b8f0a5a16b 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_util.c +++ b/protocols/Sametime/src/meanwhile/src/mw_util.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/mw_util.h b/protocols/Sametime/src/meanwhile/src/mw_util.h index a94b85131f..cd75d59b83 100644 --- a/protocols/Sametime/src/meanwhile/src/mw_util.h +++ b/protocols/Sametime/src/meanwhile/src/mw_util.h @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/service.c b/protocols/Sametime/src/meanwhile/src/service.c index 9ff8d8639f..c4f4ea4263 100644 --- a/protocols/Sametime/src/meanwhile/src/service.c +++ b/protocols/Sametime/src/meanwhile/src/service.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/session.c b/protocols/Sametime/src/meanwhile/src/session.c index d02d3a09bd..6688d9635a 100644 --- a/protocols/Sametime/src/meanwhile/src/session.c +++ b/protocols/Sametime/src/meanwhile/src/session.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_aware.c b/protocols/Sametime/src/meanwhile/src/srvc_aware.c index 8c399b9832..a7e2b457b3 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_aware.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_aware.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_conf.c b/protocols/Sametime/src/meanwhile/src/srvc_conf.c index 46d12fd849..4c421fd687 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_conf.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_conf.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_dir.c b/protocols/Sametime/src/meanwhile/src/srvc_dir.c index be944429cf..4a84ee0d7c 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_dir.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_dir.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_ft.c b/protocols/Sametime/src/meanwhile/src/srvc_ft.c index df623e5181..e4d3ee6fc2 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_ft.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_ft.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_im.c b/protocols/Sametime/src/meanwhile/src/srvc_im.c index c200487812..345453fd53 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_im.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_im.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_place.c b/protocols/Sametime/src/meanwhile/src/srvc_place.c index d07e886bc9..1b33165d6f 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_place.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_place.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_resolve.c b/protocols/Sametime/src/meanwhile/src/srvc_resolve.c index 3a282291cc..1f910d5701 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_resolve.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_resolve.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/srvc_store.c b/protocols/Sametime/src/meanwhile/src/srvc_store.c index edfd0281ef..af792adbc2 100644 --- a/protocols/Sametime/src/meanwhile/src/srvc_store.c +++ b/protocols/Sametime/src/meanwhile/src/srvc_store.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien diff --git a/protocols/Sametime/src/meanwhile/src/st_list.c b/protocols/Sametime/src/meanwhile/src/st_list.c index 186d5a39a3..106a126fa8 100644 --- a/protocols/Sametime/src/meanwhile/src/st_list.c +++ b/protocols/Sametime/src/meanwhile/src/st_list.c @@ -1,4 +1,4 @@ - + /* Meanwhile - Unofficial Lotus Sametime Community Client Library Copyright (C) 2004 Christopher (siege) O'Brien |