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 /utils | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/mir_buffer.h | 2 | ||||
-rw-r--r-- | utils/mir_fonts.cpp | 2 | ||||
-rw-r--r-- | utils/mir_fonts.h | 2 | ||||
-rw-r--r-- | utils/mir_options.cpp | 2 | ||||
-rw-r--r-- | utils/mir_options.h | 2 | ||||
-rw-r--r-- | utils/mir_smileys.cpp | 2 | ||||
-rw-r--r-- | utils/mir_smileys.h | 2 | ||||
-rw-r--r-- | utils/scope.h | 2 | ||||
-rw-r--r-- | utils/std_string_utils.cpp | 2 | ||||
-rw-r--r-- | utils/std_string_utils.h | 2 | ||||
-rw-r--r-- | utils/utf8_helpers.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/utils/mir_buffer.h b/utils/mir_buffer.h index c7d0f11438..f8cfd41fa4 100644 --- a/utils/mir_buffer.h +++ b/utils/mir_buffer.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005-2009 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/utils/mir_fonts.cpp b/utils/mir_fonts.cpp index 0284198715..7da2bd1eef 100644 --- a/utils/mir_fonts.cpp +++ b/utils/mir_fonts.cpp @@ -1,4 +1,4 @@ -#include <windows.h> +#include <windows.h> #include <m_system.h> #include <m_fontservice.h> diff --git a/utils/mir_fonts.h b/utils/mir_fonts.h index 1bf9a88128..2f7226777e 100644 --- a/utils/mir_fonts.h +++ b/utils/mir_fonts.h @@ -1,3 +1,3 @@ - + int FontService_RegisterFont(const char *pszDbModule, const char *pszDbName, const TCHAR *pszSection, const TCHAR *pszDescription, const TCHAR* pszBackgroundGroup, const TCHAR* pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault); int FontService_RegisterColor(const char *pszDbModule,const char *pszDbName,const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF clrDefault); diff --git a/utils/mir_options.cpp b/utils/mir_options.cpp index 6253c5c79f..0f4239def3 100644 --- a/utils/mir_options.cpp +++ b/utils/mir_options.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005-2009 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/utils/mir_options.h b/utils/mir_options.h index c0495485db..937eb71366 100644 --- a/utils/mir_options.h +++ b/utils/mir_options.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005-2009 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/utils/mir_smileys.cpp b/utils/mir_smileys.cpp index 44e35532c7..9758cd5065 100644 --- a/utils/mir_smileys.cpp +++ b/utils/mir_smileys.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/utils/mir_smileys.h b/utils/mir_smileys.h index 824642a0b0..781ccfa9fb 100644 --- a/utils/mir_smileys.h +++ b/utils/mir_smileys.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/utils/scope.h b/utils/scope.h index 736efdb971..961484e4d7 100644 --- a/utils/scope.h +++ b/utils/scope.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/utils/std_string_utils.cpp b/utils/std_string_utils.cpp index f46f429fe6..5d0d736e43 100644 --- a/utils/std_string_utils.cpp +++ b/utils/std_string_utils.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright © 2009-11 Michal Zelinka, 2011-17 Robert Pösel diff --git a/utils/std_string_utils.h b/utils/std_string_utils.h index b6379e4255..b410946ae8 100644 --- a/utils/std_string_utils.h +++ b/utils/std_string_utils.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright © 2009-11 Michal Zelinka, 2011-17 Robert Pösel
diff --git a/utils/utf8_helpers.h b/utils/utf8_helpers.h index 5307602798..34ebfd5104 100644 --- a/utils/utf8_helpers.h +++ b/utils/utf8_helpers.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2009 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or |