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/Dummy/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Dummy/src')
-rw-r--r-- | protocols/Dummy/src/dummy.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/dummy_options.cpp | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/dummy_proto.cpp | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/dummy_proto.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/resource.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Dummy/src/version.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h index 6236dd4fe8..9fe2368561 100644 --- a/protocols/Dummy/src/dummy.h +++ b/protocols/Dummy/src/dummy.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_options.cpp b/protocols/Dummy/src/dummy_options.cpp index e5b6af951d..739f6900e2 100644 --- a/protocols/Dummy/src/dummy_options.cpp +++ b/protocols/Dummy/src/dummy_options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index 6b978155c1..d74e7d1ad3 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 2014 Robert Pösel This program is free software; you can redistribute it and/or diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h index e985c31b9f..cd6cf10da6 100644 --- a/protocols/Dummy/src/dummy_proto.h +++ b/protocols/Dummy/src/dummy_proto.h @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 2014 Robert Pösel This program is free software; you can redistribute it and/or diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 135358b7f8..5976e36fc9 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/resource.h b/protocols/Dummy/src/resource.h index f9405505ad..e234a2472e 100644 --- a/protocols/Dummy/src/resource.h +++ b/protocols/Dummy/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda\Miranda NG\protocols\Dummy\res\resource.rc
//
diff --git a/protocols/Dummy/src/stdafx.cxx b/protocols/Dummy/src/stdafx.cxx index 446abfd6d9..9860436786 100644 --- a/protocols/Dummy/src/stdafx.cxx +++ b/protocols/Dummy/src/stdafx.cxx @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 2014 Robert Pösel This program is free software; you can redistribute it and/or diff --git a/protocols/Dummy/src/stdafx.h b/protocols/Dummy/src/stdafx.h index b80b9d9eec..164c460caf 100644 --- a/protocols/Dummy/src/stdafx.h +++ b/protocols/Dummy/src/stdafx.h @@ -1,4 +1,4 @@ -/* +/* Copyright (c) 2014 Robert Pösel This program is free software; you can redistribute it and/or diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h index 99bef970b2..61d2e0df3e 100644 --- a/protocols/Dummy/src/version.h +++ b/protocols/Dummy/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 0 #define __BUILD_NUM 0 |