* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / graphic / brscan / sanify.patch
blob36bc9e2df1a9bb27016a36391c611eea3fe900d0
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../brscan/sanify.patch
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- brscan-src-0.2.4/brscan/backend_src/brother_modelinf.c.orig 2008-02-16 12:41:06.000000000 +0100
18 +++ brscan-src-0.2.4/brscan/backend_src/brother_modelinf.c 2008-02-16 12:44:19.000000000 +0100
19 @@ -94,15 +94,15 @@
20 static int modelListGetEnable = FALSE;
23 -static const char bwString[] = "Black & White";
24 -static const char errDiffusionString[] = "Gray[Error Diffusion]";
25 -static const char tGrayString[] = "True Gray";
26 -static const char ColorString[] = "24bit Color";
27 -static const char ColorFastString[] = "24bit Color[Fast]";
29 -static const char fbString[] = "FlatBed";
30 -static const char adfString[] = "Automatic Document Feeder";
31 -static const char adfdupString[] = "Automatic Document Feeder(Duplex)"; //06/02/27
32 +static const char bwString[] = "Lineart";
33 +static const char errDiffusionString[] = "Dithered";
34 +static const char tGrayString[] = "Gray";
35 +static const char ColorString[] = "Color";
36 +static const char ColorFastString[] = "Color[Fast]";
38 +static const char fbString[] = "Flatbed";
39 +static const char adfString[] = "ADF Front";
40 +static const char adfdupString[] = "ADF Duplex"; //06/02/27
42 #define MAX_PATH 256