bump product version to 6.1.0.2
[LibreOffice.git] / external / twain_dsm / fix-non-us-ascii-chars-part2.patch
blob29e78bf00fafc30c9206ccc0c09a76c2c91a4ac4
1 diff --git a/src/dsm.cpp b/src/dsm.cpp
2 index 1b74285c5d72..efd8f443ca02 100755
3 --- a/src/dsm.cpp
4 +++ b/src/dsm.cpp
5 @@ -1,7 +1,7 @@
6 /***************************************************************************
7 * TWAIN Data Source Manager version 2.1
8 * Manages image acquisition data sources used by a machine.
9 - * Copyright © 2007 TWAIN Working Group:
10 + * Copyright (C) 2007 TWAIN Working Group:
11 * Adobe Systems Incorporated,AnyDoc Software Inc., Eastman Kodak Company,
12 * Fujitsu Computer Products of America, JFL Peripheral Solutions Inc.,
13 * Ricoh Corporation, and Xerox Corporation.
14 @@ -38,7 +38,7 @@
15 /*! \mainpage Data Source Manager
17 * The Source Manager provides the communication path between the
18 - * Application and the Source, supports the user’s selection of a
19 + * Application and the Source, supports the user's selection of a
20 * Source, and loads the Source for access by the Application.
21 * Communications from Application to Source Manager or the Source
22 * to Source Manager (via DAT_NULL) arrive in exclusively through
23 @@ -51,7 +51,7 @@
27 - * Copyright © 2007 TWAIN Working Group: Adobe Systems Incorporated,
28 + * Copyright (C) 2007 TWAIN Working Group: Adobe Systems Incorporated,
29 * AnyDoc Software Inc., Eastman Kodak Company,
30 * Fujitsu Computer Products of America, JFL Peripheral Solutions Inc.,
31 * Ricoh Corporation, and Xerox Corporation.
32 diff --git a/src/dsm.h b/src/dsm.h
33 index f7afb316d3de..c156d3843a9e 100755
34 --- a/src/dsm.h
35 +++ b/src/dsm.h
36 @@ -1,7 +1,7 @@
37 /***************************************************************************
38 * TWAIN Data Source Manager version 2.1
39 * Manages image acquisition data sources used by a machine.
40 - * Copyright © 2007 TWAIN Working Group:
41 + * Copyright (C) 2007 TWAIN Working Group:
42 * Adobe Systems Incorporated,AnyDoc Software Inc., Eastman Kodak Company,
43 * Fujitsu Computer Products of America, JFL Peripheral Solutions Inc.,
44 * Ricoh Corporation, and Xerox Corporation.