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/Tox/include/vpx | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'protocols/Tox/include/vpx')
-rw-r--r-- | protocols/Tox/include/vpx/vp8.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vp8cx.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vp8dx.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vpx_codec.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vpx_decoder.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vpx_encoder.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vpx_frame_buffer.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vpx_image.h | 2 | ||||
-rw-r--r-- | protocols/Tox/include/vpx/vpx_integer.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/protocols/Tox/include/vpx/vp8.h b/protocols/Tox/include/vpx/vp8.h index 82d10a898f..059c9d0f65 100644 --- a/protocols/Tox/include/vpx/vp8.h +++ b/protocols/Tox/include/vpx/vp8.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vp8cx.h b/protocols/Tox/include/vpx/vp8cx.h index ac232e0ee7..cc90159bc3 100644 --- a/protocols/Tox/include/vpx/vp8cx.h +++ b/protocols/Tox/include/vpx/vp8cx.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vp8dx.h b/protocols/Tox/include/vpx/vp8dx.h index 0a7471881f..0d7759eb25 100644 --- a/protocols/Tox/include/vpx/vp8dx.h +++ b/protocols/Tox/include/vpx/vp8dx.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vpx_codec.h b/protocols/Tox/include/vpx/vpx_codec.h index 75e80ec7e7..fe75d23872 100644 --- a/protocols/Tox/include/vpx/vpx_codec.h +++ b/protocols/Tox/include/vpx/vpx_codec.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vpx_decoder.h b/protocols/Tox/include/vpx/vpx_decoder.h index 7ddb07be3e..2ff12112bc 100644 --- a/protocols/Tox/include/vpx/vpx_decoder.h +++ b/protocols/Tox/include/vpx/vpx_decoder.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vpx_encoder.h b/protocols/Tox/include/vpx/vpx_encoder.h index 35a692ae80..28fcd5f999 100644 --- a/protocols/Tox/include/vpx/vpx_encoder.h +++ b/protocols/Tox/include/vpx/vpx_encoder.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vpx_frame_buffer.h b/protocols/Tox/include/vpx/vpx_frame_buffer.h index d82f6caeb7..ad70cdd572 100644 --- a/protocols/Tox/include/vpx/vpx_frame_buffer.h +++ b/protocols/Tox/include/vpx/vpx_frame_buffer.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2014 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vpx_image.h b/protocols/Tox/include/vpx/vpx_image.h index 0119e20ecd..d6d3166d2f 100644 --- a/protocols/Tox/include/vpx/vpx_image.h +++ b/protocols/Tox/include/vpx/vpx_image.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license diff --git a/protocols/Tox/include/vpx/vpx_integer.h b/protocols/Tox/include/vpx/vpx_integer.h index 194f8491ec..09bad9222d 100644 --- a/protocols/Tox/include/vpx/vpx_integer.h +++ b/protocols/Tox/include/vpx/vpx_integer.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license |