diff options
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/chat.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/client.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/communication.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/connection.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/constants.h | 4 | ||||
-rw-r--r-- | protocols/Omegle/src/db.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/dialogs.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/dialogs.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/http.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/http.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/messages.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/proto.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/proto.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/theme.cpp | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/theme.h | 2 | ||||
-rw-r--r-- | protocols/Omegle/src/version.h | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp index 6281d90e11..17b3240f7f 100644 --- a/protocols/Omegle/src/chat.cpp +++ b/protocols/Omegle/src/chat.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/client.h b/protocols/Omegle/src/client.h index f9d8f23634..0be681ac5b 100644 --- a/protocols/Omegle/src/client.h +++ b/protocols/Omegle/src/client.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/communication.cpp b/protocols/Omegle/src/communication.cpp index 42664f2a97..b85d4eb0c0 100644 --- a/protocols/Omegle/src/communication.cpp +++ b/protocols/Omegle/src/communication.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger _____________________________________________ -Copyright 2011-17 Robert Psel +Copyright © 2011-17 Robert Pцsel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/Omegle/src/connection.cpp b/protocols/Omegle/src/connection.cpp index db7d5f4403..53d0632460 100644 --- a/protocols/Omegle/src/connection.cpp +++ b/protocols/Omegle/src/connection.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 8dac71d3a9..5c5838afaa 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -109,7 +109,7 @@ static const struct { { "fa", "Persian" },
{ "pl", "Polish" },
{ "pt", "Portugese" },
- { "ro", "Romaian" },
+ { "ro", "Romaсian" },
{ "ru", "Russian" },
{ "el", "Greek" },
{ "sk", "Slovak" },
diff --git a/protocols/Omegle/src/db.h b/protocols/Omegle/src/db.h index cb2c9e7066..5897ebc3ee 100644 --- a/protocols/Omegle/src/db.h +++ b/protocols/Omegle/src/db.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp index 94d0a4e722..f2bfaef80e 100644 --- a/protocols/Omegle/src/dialogs.cpp +++ b/protocols/Omegle/src/dialogs.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/dialogs.h b/protocols/Omegle/src/dialogs.h index 2ab3568234..48072572f2 100644 --- a/protocols/Omegle/src/dialogs.h +++ b/protocols/Omegle/src/dialogs.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/http.cpp b/protocols/Omegle/src/http.cpp index e72142716f..313e3f3140 100644 --- a/protocols/Omegle/src/http.cpp +++ b/protocols/Omegle/src/http.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/http.h b/protocols/Omegle/src/http.h index a94cc7b3c2..37969b7045 100644 --- a/protocols/Omegle/src/http.h +++ b/protocols/Omegle/src/http.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp index f87d6e7e1c..c4368a4b40 100644 --- a/protocols/Omegle/src/main.cpp +++ b/protocols/Omegle/src/main.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/messages.cpp b/protocols/Omegle/src/messages.cpp index d1021c3597..713422ef61 100644 --- a/protocols/Omegle/src/messages.cpp +++ b/protocols/Omegle/src/messages.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger _____________________________________________ -Copyright 2011-17 Robert Psel +Copyright © 2011-17 Robert Pцsel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index 826d8c2eda..139aa6b3c3 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/proto.h b/protocols/Omegle/src/proto.h index b304a9ad54..69bfd4d476 100644 --- a/protocols/Omegle/src/proto.h +++ b/protocols/Omegle/src/proto.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index 3485235b2d..9ef6d60264 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/theme.cpp b/protocols/Omegle/src/theme.cpp index 7fd634c9a7..e2ac9d0b8e 100644 --- a/protocols/Omegle/src/theme.cpp +++ b/protocols/Omegle/src/theme.cpp @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/theme.h b/protocols/Omegle/src/theme.h index bcdf876ade..ff3b0414d2 100644 --- a/protocols/Omegle/src/theme.h +++ b/protocols/Omegle/src/theme.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger
_____________________________________________
-Copyright 2011-17 Robert Psel
+Copyright © 2011-17 Robert Pцsel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/protocols/Omegle/src/version.h b/protocols/Omegle/src/version.h index d4478d9bd1..2becf25472 100644 --- a/protocols/Omegle/src/version.h +++ b/protocols/Omegle/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Robert P\xf6" "sel"
#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/Omegle/"
-#define __COPYRIGHT " 2011-17 Robert P\xf6" "sel"
+#define __COPYRIGHT "© 2011-17 Robert P\xf6" "sel"
|