summaryrefslogtreecommitdiff
path: root/protocols/Gadu-Gadu
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Gadu-Gadu')
-rw-r--r--protocols/Gadu-Gadu/CMakeLists.txt2
-rw-r--r--protocols/Gadu-Gadu/docs/build-howto.txt2
-rw-r--r--protocols/Gadu-Gadu/docs/license.txt2
-rw-r--r--protocols/Gadu-Gadu/docs/readme.txt2
-rw-r--r--protocols/Gadu-Gadu/proto_gg/CMakeLists.txt2
-rw-r--r--protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc2
-rw-r--r--protocols/Gadu-Gadu/proto_gg/src/resource.h2
-rw-r--r--protocols/Gadu-Gadu/res/resource.rc2
-rw-r--r--protocols/Gadu-Gadu/res/version.rc2
-rw-r--r--protocols/Gadu-Gadu/src/avatar.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/core.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/dialogs.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/dynstuff.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/dynstuff.h2
-rw-r--r--protocols/Gadu-Gadu/src/filetransfer.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/gg.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/gg.h2
-rw-r--r--protocols/Gadu-Gadu/src/gg_proto.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/gg_proto.h2
-rw-r--r--protocols/Gadu-Gadu/src/groupchat.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/icolib.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/image.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/import.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/keepalive.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/common.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/compat.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/dcc.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/dcc7.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/events.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/http.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/internal.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/libgadu.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/libgadu.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/obsolete.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/protocol.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pthread.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pthread.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pubdir.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/resolver.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/resolver.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/sha1.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/win32.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/win32.h2
-rw-r--r--protocols/Gadu-Gadu/src/links.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/oauth.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/ownerinfo.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/popups.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/resource.h2
-rw-r--r--protocols/Gadu-Gadu/src/services.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/sessions.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/stdafx.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/token.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/userutils.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/version.h2
55 files changed, 55 insertions, 55 deletions
diff --git a/protocols/Gadu-Gadu/CMakeLists.txt b/protocols/Gadu-Gadu/CMakeLists.txt
index 9ab4671f22..5ceb40474e 100644
--- a/protocols/Gadu-Gadu/CMakeLists.txt
+++ b/protocols/Gadu-Gadu/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/libgadu/*.h" "res/*.rc"
+file(GLOB SOURCES "src/*.h" "src/libgadu/*.h" "res/*.rc"
"src/avatar.cpp"
"src/core.cpp"
"src/dialogs.cpp"
diff --git a/protocols/Gadu-Gadu/docs/build-howto.txt b/protocols/Gadu-Gadu/docs/build-howto.txt
index ffb8f1c3fe..f05e7552c4 100644
--- a/protocols/Gadu-Gadu/docs/build-howto.txt
+++ b/protocols/Gadu-Gadu/docs/build-howto.txt
@@ -1,4 +1,4 @@
-///////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////
// Gadu-Gadu Protocol Plugin for Miranda IM
// Author: Adam Strzelecki <ono+miranda@java.pl>
///////////////////////////////////////////////////////////////////
diff --git a/protocols/Gadu-Gadu/docs/license.txt b/protocols/Gadu-Gadu/docs/license.txt
index 7f1161073d..fc35462967 100644
--- a/protocols/Gadu-Gadu/docs/license.txt
+++ b/protocols/Gadu-Gadu/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/Gadu-Gadu/docs/readme.txt b/protocols/Gadu-Gadu/docs/readme.txt
index 1d2255f6ec..e4d365b6fd 100644
--- a/protocols/Gadu-Gadu/docs/readme.txt
+++ b/protocols/Gadu-Gadu/docs/readme.txt
@@ -1,4 +1,4 @@
-///////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////
// Gadu-Gadu Protocol Plugin for Miranda IM
// Based on unix ekg client functionlity and libgadu
//
diff --git a/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt b/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt
index 5b26e158f6..f6f0424a91 100644
--- a/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt
+++ b/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_GG)
+set(TARGET Proto_GG)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc b/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc
index 46fb8b9980..8bf3c115dc 100644
--- a/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc
+++ b/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Gadu-Gadu/proto_gg/src/resource.h b/protocols/Gadu-Gadu/proto_gg/src/resource.h
index 16c501a888..b728d4f230 100644
--- a/protocols/Gadu-Gadu/proto_gg/src/resource.h
+++ b/protocols/Gadu-Gadu/proto_gg/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_GG.rc
//
diff --git a/protocols/Gadu-Gadu/res/resource.rc b/protocols/Gadu-Gadu/res/resource.rc
index c187d6df73..52299ed65f 100644
--- a/protocols/Gadu-Gadu/res/resource.rc
+++ b/protocols/Gadu-Gadu/res/resource.rc
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda NG
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/res/version.rc b/protocols/Gadu-Gadu/res/version.rc
index d99de84d82..de874a17dd 100644
--- a/protocols/Gadu-Gadu/res/version.rc
+++ b/protocols/Gadu-Gadu/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Gadu-Gadu/src/avatar.cpp b/protocols/Gadu-Gadu/src/avatar.cpp
index 0bdf8f04d7..bd82a0e2aa 100644
--- a/protocols/Gadu-Gadu/src/avatar.cpp
+++ b/protocols/Gadu-Gadu/src/avatar.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2009-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp
index 586c425117..5aeb3b939f 100644
--- a/protocols/Gadu-Gadu/src/core.cpp
+++ b/protocols/Gadu-Gadu/src/core.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/dialogs.cpp b/protocols/Gadu-Gadu/src/dialogs.cpp
index ad35aeb2de..24ed771e23 100644
--- a/protocols/Gadu-Gadu/src/dialogs.cpp
+++ b/protocols/Gadu-Gadu/src/dialogs.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/dynstuff.cpp b/protocols/Gadu-Gadu/src/dynstuff.cpp
index 520a53bb51..46251faac0 100644
--- a/protocols/Gadu-Gadu/src/dynstuff.cpp
+++ b/protocols/Gadu-Gadu/src/dynstuff.cpp
@@ -1,4 +1,4 @@
-/* $Id: dynstuff.c 11259 2010-02-17 04:47:22Z borkra $ */
+/* $Id: dynstuff.c 11259 2010-02-17 04:47:22Z borkra $ */
/*
* (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl>
diff --git a/protocols/Gadu-Gadu/src/dynstuff.h b/protocols/Gadu-Gadu/src/dynstuff.h
index c176207076..f9dc0aa7f2 100644
--- a/protocols/Gadu-Gadu/src/dynstuff.h
+++ b/protocols/Gadu-Gadu/src/dynstuff.h
@@ -1,4 +1,4 @@
-/* $Id: dynstuff.h 4366 2006-12-20 22:40:37Z ono $ */
+/* $Id: dynstuff.h 4366 2006-12-20 22:40:37Z ono $ */
/*
* (C) Copyright 2001-2002 Wojtek Kaniewski <wojtekka@irc.pl>
diff --git a/protocols/Gadu-Gadu/src/filetransfer.cpp b/protocols/Gadu-Gadu/src/filetransfer.cpp
index 4b9f547930..20e8773bbb 100644
--- a/protocols/Gadu-Gadu/src/filetransfer.cpp
+++ b/protocols/Gadu-Gadu/src/filetransfer.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp
index f16fba3adb..9c8dca58cb 100644
--- a/protocols/Gadu-Gadu/src/gg.cpp
+++ b/protocols/Gadu-Gadu/src/gg.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h
index 201fb8cf58..172b3c1e5d 100644
--- a/protocols/Gadu-Gadu/src/gg.h
+++ b/protocols/Gadu-Gadu/src/gg.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp
index 68834738e3..09251d245c 100644
--- a/protocols/Gadu-Gadu/src/gg_proto.cpp
+++ b/protocols/Gadu-Gadu/src/gg_proto.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg_proto.h b/protocols/Gadu-Gadu/src/gg_proto.h
index 7c5b08cfde..09b897e39b 100644
--- a/protocols/Gadu-Gadu/src/gg_proto.h
+++ b/protocols/Gadu-Gadu/src/gg_proto.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/groupchat.cpp b/protocols/Gadu-Gadu/src/groupchat.cpp
index e88190e763..81dc926e02 100644
--- a/protocols/Gadu-Gadu/src/groupchat.cpp
+++ b/protocols/Gadu-Gadu/src/groupchat.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/icolib.cpp b/protocols/Gadu-Gadu/src/icolib.cpp
index b4cf97f5bf..1589e63b36 100644
--- a/protocols/Gadu-Gadu/src/icolib.cpp
+++ b/protocols/Gadu-Gadu/src/icolib.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2007 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/image.cpp b/protocols/Gadu-Gadu/src/image.cpp
index 7202aaad61..02c6bea9f9 100644
--- a/protocols/Gadu-Gadu/src/image.cpp
+++ b/protocols/Gadu-Gadu/src/image.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/import.cpp b/protocols/Gadu-Gadu/src/import.cpp
index d80dc75a35..e89c7dcebe 100644
--- a/protocols/Gadu-Gadu/src/import.cpp
+++ b/protocols/Gadu-Gadu/src/import.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/keepalive.cpp b/protocols/Gadu-Gadu/src/keepalive.cpp
index 426f72d0f0..61d05bd8c7 100644
--- a/protocols/Gadu-Gadu/src/keepalive.cpp
+++ b/protocols/Gadu-Gadu/src/keepalive.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/libgadu/common.cpp b/protocols/Gadu-Gadu/src/libgadu/common.cpp
index b115aa0df4..c287c4861f 100644
--- a/protocols/Gadu-Gadu/src/libgadu/common.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/common.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: common.c 13762 2011-08-09 12:35:16Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/compat.h b/protocols/Gadu-Gadu/src/libgadu/compat.h
index 1aa17d1e4a..dc1fb60e60 100644
--- a/protocols/Gadu-Gadu/src/libgadu/compat.h
+++ b/protocols/Gadu-Gadu/src/libgadu/compat.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: compat.h 11075 2009-12-20 15:01:43Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/dcc.cpp b/protocols/Gadu-Gadu/src/libgadu/dcc.cpp
index 5c89476efc..e09b55082a 100644
--- a/protocols/Gadu-Gadu/src/libgadu/dcc.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/dcc.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: dcc.c 12145 2010-07-07 23:49:04Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp b/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp
index 8131698be5..75f39f0173 100644
--- a/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: dcc7.c,v 1.2 2007-07-20 23:00:49 wojtekka Exp $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/events.cpp b/protocols/Gadu-Gadu/src/libgadu/events.cpp
index 0714b2b2a2..2a18fd67e4 100644
--- a/protocols/Gadu-Gadu/src/libgadu/events.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/events.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: events.c 13583 2011-04-12 12:51:18Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/http.cpp b/protocols/Gadu-Gadu/src/libgadu/http.cpp
index e1cc1b457f..96ff319aa9 100644
--- a/protocols/Gadu-Gadu/src/libgadu/http.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/http.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: http.c 11370 2010-03-13 16:17:54Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/internal.h b/protocols/Gadu-Gadu/src/libgadu/internal.h
index 0ffd39fdd5..98e3c30cc8 100644
--- a/protocols/Gadu-Gadu/src/libgadu/internal.h
+++ b/protocols/Gadu-Gadu/src/libgadu/internal.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp b/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp
index 197c6093d3..9e96d7c35b 100644
--- a/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: libgadu.c 13762 2011-08-09 12:35:16Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/libgadu.h b/protocols/Gadu-Gadu/src/libgadu/libgadu.h
index 33224836c3..c028b36ca2 100644
--- a/protocols/Gadu-Gadu/src/libgadu/libgadu.h
+++ b/protocols/Gadu-Gadu/src/libgadu/libgadu.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: libgadu.h 13762 2011-08-09 12:35:16Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp b/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp
index f8fe4dc5de..7d86998ace 100644
--- a/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: obsolete.c 854 2009-10-12 21:06:28Z wojtekka $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/protocol.h b/protocols/Gadu-Gadu/src/libgadu/protocol.h
index 5b4895c260..71e374fd49 100644
--- a/protocols/Gadu-Gadu/src/libgadu/protocol.h
+++ b/protocols/Gadu-Gadu/src/libgadu/protocol.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/pthread.cpp b/protocols/Gadu-Gadu/src/libgadu/pthread.cpp
index 11362add17..2de7659250 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pthread.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/pthread.cpp
@@ -1,4 +1,4 @@
-/*
+/*
AOL Instant Messenger Plugin for Miranda IM
Copyright (c) 2003-2006 Robert Rainwater
diff --git a/protocols/Gadu-Gadu/src/libgadu/pthread.h b/protocols/Gadu-Gadu/src/libgadu/pthread.h
index 4de1053e0e..a0a34a832a 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pthread.h
+++ b/protocols/Gadu-Gadu/src/libgadu/pthread.h
@@ -1,4 +1,4 @@
-/*
+/*
pthread Portable implementation
Copyright (c) 2003 Robert Rainwater
diff --git a/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp b/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp
index 2b2fdacece..a74e880af4 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: pubdir.c 11370 2010-03-13 16:17:54Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp b/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp
index 4255192923..39f35eb3e6 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: pubdir50.c 11370 2010-03-13 16:17:54Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/resolver.cpp b/protocols/Gadu-Gadu/src/libgadu/resolver.cpp
index 9b3ab79147..8967d25ed3 100644
--- a/protocols/Gadu-Gadu/src/libgadu/resolver.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/resolver.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/resolver.h b/protocols/Gadu-Gadu/src/libgadu/resolver.h
index 145c5178a4..996bd84fe5 100644
--- a/protocols/Gadu-Gadu/src/libgadu/resolver.h
+++ b/protocols/Gadu-Gadu/src/libgadu/resolver.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/sha1.cpp b/protocols/Gadu-Gadu/src/libgadu/sha1.cpp
index b01b77a00c..fb4c216f28 100644
--- a/protocols/Gadu-Gadu/src/libgadu/sha1.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/sha1.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: sha1.c,v 1.4 2007-07-20 23:00:50 wojtekka Exp $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/win32.cpp b/protocols/Gadu-Gadu/src/libgadu/win32.cpp
index 6c421fbb0f..efac3d830f 100644
--- a/protocols/Gadu-Gadu/src/libgadu/win32.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/win32.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/libgadu/win32.h b/protocols/Gadu-Gadu/src/libgadu/win32.h
index 73885ce6fe..75d2cd0e3c 100644
--- a/protocols/Gadu-Gadu/src/libgadu/win32.h
+++ b/protocols/Gadu-Gadu/src/libgadu/win32.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/links.cpp b/protocols/Gadu-Gadu/src/links.cpp
index 9d720404dd..5b51106ed1 100644
--- a/protocols/Gadu-Gadu/src/links.cpp
+++ b/protocols/Gadu-Gadu/src/links.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2009-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/oauth.cpp b/protocols/Gadu-Gadu/src/oauth.cpp
index b4ac6782ed..b1d6041333 100644
--- a/protocols/Gadu-Gadu/src/oauth.cpp
+++ b/protocols/Gadu-Gadu/src/oauth.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2010 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/ownerinfo.cpp b/protocols/Gadu-Gadu/src/ownerinfo.cpp
index 49b70004f5..5a86b4a8ee 100644
--- a/protocols/Gadu-Gadu/src/ownerinfo.cpp
+++ b/protocols/Gadu-Gadu/src/ownerinfo.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/popups.cpp b/protocols/Gadu-Gadu/src/popups.cpp
index c295801810..54234505e9 100644
--- a/protocols/Gadu-Gadu/src/popups.cpp
+++ b/protocols/Gadu-Gadu/src/popups.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2011-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/resource.h b/protocols/Gadu-Gadu/src/resource.h
index 86ec31eadb..2fa189cddc 100644
--- a/protocols/Gadu-Gadu/src/resource.h
+++ b/protocols/Gadu-Gadu/src/resource.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/services.cpp b/protocols/Gadu-Gadu/src/services.cpp
index e7d0b18365..e458f40207 100644
--- a/protocols/Gadu-Gadu/src/services.cpp
+++ b/protocols/Gadu-Gadu/src/services.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/sessions.cpp b/protocols/Gadu-Gadu/src/sessions.cpp
index 1dedbe005c..1de01c3e7d 100644
--- a/protocols/Gadu-Gadu/src/sessions.cpp
+++ b/protocols/Gadu-Gadu/src/sessions.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2009-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/stdafx.cpp b/protocols/Gadu-Gadu/src/stdafx.cpp
index c748d7c0db..3a022a051d 100644
--- a/protocols/Gadu-Gadu/src/stdafx.cpp
+++ b/protocols/Gadu-Gadu/src/stdafx.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Gadu-Gadu/src/token.cpp b/protocols/Gadu-Gadu/src/token.cpp
index be13895b5d..241ed7c14f 100644
--- a/protocols/Gadu-Gadu/src/token.cpp
+++ b/protocols/Gadu-Gadu/src/token.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/userutils.cpp b/protocols/Gadu-Gadu/src/userutils.cpp
index 8136cd8552..02403a65a6 100644
--- a/protocols/Gadu-Gadu/src/userutils.cpp
+++ b/protocols/Gadu-Gadu/src/userutils.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/version.h b/protocols/Gadu-Gadu/src/version.h
index bd32b638e1..4e318f91ec 100644
--- a/protocols/Gadu-Gadu/src/version.h
+++ b/protocols/Gadu-Gadu/src/version.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2010 Bartosz Białek