diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /protocols/Dummy/src | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
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 9fe2368561..6236dd4fe8 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 739f6900e2..e5b6af951d 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 d74e7d1ad3..6b978155c1 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 cd6cf10da6..e985c31b9f 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 5976e36fc9..135358b7f8 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 e234a2472e..f9405505ad 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 9860436786..446abfd6d9 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 164c460caf..b80b9d9eec 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 61d2e0df3e..99bef970b2 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 |