summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGangHeok Kim <gangheok.kim@samsung.com>2013-04-30 17:36:43 +0900
committerGangHeok Kim <gangheok.kim@samsung.com>2013-04-30 17:41:13 +0900
commit6984de4c7a351ae54064045e77b0caebf6029afa (patch)
tree941c591e4ca5d38daa92d7a9302c88ca94163a14
parentaac57b1d40dcb5efdfc50fcc6848b6de3201da6c (diff)
downloadmobileprint-6984de4c7a351ae54064045e77b0caebf6029afa.tar.gz
mobileprint-6984de4c7a351ae54064045e77b0caebf6029afa.tar.bz2
mobileprint-6984de4c7a351ae54064045e77b0caebf6029afa.zip
1. Changed license copyright year
2. Changed default ppd file Change-Id: I54377efacf1bbe3443c5777fba1460327b321605
-rw-r--r--NOTICE (renamed from NOTICE.Flora)0
-rw-r--r--mobileprint/CMakeLists.txt2
-rw-r--r--mobileprint/app/image_editor_conn.c2
-rw-r--r--mobileprint/app/mobileprint.c2
-rw-r--r--mobileprint/app/preview_content.c4
-rw-r--r--mobileprint/app/pts_common.c2
-rw-r--r--mobileprint/app/pts_main_view.c2
-rw-r--r--mobileprint/app/pts_print_search.c2
-rw-r--r--mobileprint/app/pts_setting_view.c2
-rw-r--r--mobileprint/app/pts_util.c2
-rw-r--r--mobileprint/include/image_editor_conn.h2
-rwxr-xr-xmobileprint/include/mobileprint.h2
-rw-r--r--mobileprint/include/preview_content.h2
-rwxr-xr-xmobileprint/include/pts_common.h2
-rwxr-xr-xmobileprint/include/pts_debug.h2
-rwxr-xr-xmobileprint/include/pts_main_view.h2
-rwxr-xr-xmobileprint/include/pts_setting_view.h2
-rw-r--r--mobileprint/include/pts_util.h2
-rw-r--r--mobileprint/preview_engine/include/preview_engine.h2
-rw-r--r--mobileprint/preview_engine/include/preview_model.h2
-rw-r--r--mobileprint/preview_engine/include/preview_task_model.h2
-rw-r--r--mobileprint/preview_engine/lib/preview_engine.c2
-rw-r--r--mobileprint/preview_engine/lib/preview_model.c2
-rw-r--r--mobileprint/preview_engine/lib/preview_task_model.c2
-rw-r--r--mobileprint/previewgen/default.ppd91
-rw-r--r--mobileprint/previewgen/include/evas_render.h2
-rw-r--r--mobileprint/previewgen/include/image_scaler.h2
-rw-r--r--mobileprint/previewgen/include/page_preview.h2
-rw-r--r--mobileprint/previewgen/include/paper_size.h2
-rw-r--r--mobileprint/previewgen/include/pdfgen.h2
-rw-r--r--mobileprint/previewgen/include/pgen_debug.h2
-rw-r--r--mobileprint/previewgen/include/preview_coords.h2
-rw-r--r--mobileprint/previewgen/include/preview_util.h2
-rw-r--r--mobileprint/previewgen/include/previewgen.h2
-rw-r--r--mobileprint/previewgen/lib/evas_render.c2
-rw-r--r--mobileprint/previewgen/lib/image_scaler.c2
-rw-r--r--mobileprint/previewgen/lib/page_preview.c2
-rw-r--r--mobileprint/previewgen/lib/paper_size.c2
-rw-r--r--mobileprint/previewgen/lib/pdfgen.c2
-rw-r--r--mobileprint/previewgen/lib/preview_coords.c2
-rw-r--r--mobileprint/previewgen/lib/preview_util.c2
-rw-r--r--mobileprint/previewgen/lib/previewgen.c2
-rw-r--r--mobileprint/previewgen/rasterview.ppd269
-rw-r--r--mobileprint/previewgen/util/main.c2
-rw-r--r--mobileprint/smsc/include/smsc_control.h2
-rw-r--r--mobileprint/smsc/include/smsc_debug.h2
-rw-r--r--mobileprint/smsc/include/smsc_position.h2
-rw-r--r--mobileprint/smsc/include/smsc_smart.h2
-rw-r--r--mobileprint/smsc/include/smsc_widget.h2
-rw-r--r--mobileprint/smsc/lib/smsc_control.c2
-rw-r--r--mobileprint/smsc/lib/smsc_position.c2
-rw-r--r--mobileprint/smsc/lib/smsc_smart.c2
-rw-r--r--mobileprint/smsc/lib/smsc_widget.c2
53 files changed, 142 insertions, 320 deletions
diff --git a/NOTICE.Flora b/NOTICE
index 2c574b9..2c574b9 100644
--- a/NOTICE.Flora
+++ b/NOTICE
diff --git a/mobileprint/CMakeLists.txt b/mobileprint/CMakeLists.txt
index fbf0a27..894414f 100644
--- a/mobileprint/CMakeLists.txt
+++ b/mobileprint/CMakeLists.txt
@@ -63,7 +63,7 @@ CONFIGURE_FILE(${PROJECT_NAME}.xml ${PKGNAME}.xml)
INSTALL(FILES ${CMAKE_BINARY_DIR}/${PACKAGE}/${PKGNAME}.xml DESTINATION "/usr/share/packages/")
INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/images/ DESTINATION ${IMGDIR})
INSTALL(DIRECTORY DESTINATION ${DATADIR})
-INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/previewgen/rasterview.ppd DESTINATION ${PPDDIR})
+INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/previewgen/default.ppd DESTINATION ${PPDDIR})
ADD_SUBDIRECTORY(previewgen)
ADD_SUBDIRECTORY(preview_engine)
diff --git a/mobileprint/app/image_editor_conn.c b/mobileprint/app/image_editor_conn.c
index d2a8c3a..b18cf30 100644
--- a/mobileprint/app/image_editor_conn.c
+++ b/mobileprint/app/image_editor_conn.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/app/mobileprint.c b/mobileprint/app/mobileprint.c
index 289ced6..1495ff5 100644
--- a/mobileprint/app/mobileprint.c
+++ b/mobileprint/app/mobileprint.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/app/preview_content.c b/mobileprint/app/preview_content.c
index a0eb4ae..c016e02 100644
--- a/mobileprint/app/preview_content.c
+++ b/mobileprint/app/preview_content.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
#include "preview_content.h"
-#define DEFAULT_PPD_FILE RESDIR "/ppd/rasterview.ppd"
+#define DEFAULT_PPD_FILE RESDIR "/ppd/default.ppd"
int is_printer_grayscale(const pt_printer_mgr_t *active_printer)
{
diff --git a/mobileprint/app/pts_common.c b/mobileprint/app/pts_common.c
index e8caa23..fa7f28e 100644
--- a/mobileprint/app/pts_common.c
+++ b/mobileprint/app/pts_common.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/app/pts_main_view.c b/mobileprint/app/pts_main_view.c
index 17ea5c8..a188a76 100644
--- a/mobileprint/app/pts_main_view.c
+++ b/mobileprint/app/pts_main_view.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/app/pts_print_search.c b/mobileprint/app/pts_print_search.c
index 52f7bf9..b4c3a50 100644
--- a/mobileprint/app/pts_print_search.c
+++ b/mobileprint/app/pts_print_search.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/app/pts_setting_view.c b/mobileprint/app/pts_setting_view.c
index aa2f30f..c9189b9 100644
--- a/mobileprint/app/pts_setting_view.c
+++ b/mobileprint/app/pts_setting_view.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/app/pts_util.c b/mobileprint/app/pts_util.c
index d845576..2eab065 100644
--- a/mobileprint/app/pts_util.c
+++ b/mobileprint/app/pts_util.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/image_editor_conn.h b/mobileprint/include/image_editor_conn.h
index 88ae664..7e141f3 100644
--- a/mobileprint/include/image_editor_conn.h
+++ b/mobileprint/include/image_editor_conn.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/mobileprint.h b/mobileprint/include/mobileprint.h
index 3ec418f..c023aeb 100755
--- a/mobileprint/include/mobileprint.h
+++ b/mobileprint/include/mobileprint.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/preview_content.h b/mobileprint/include/preview_content.h
index f81f6c1..da2fd19 100644
--- a/mobileprint/include/preview_content.h
+++ b/mobileprint/include/preview_content.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/pts_common.h b/mobileprint/include/pts_common.h
index ec44de9..8183005 100755
--- a/mobileprint/include/pts_common.h
+++ b/mobileprint/include/pts_common.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/pts_debug.h b/mobileprint/include/pts_debug.h
index 0ad3e92..641c6c3 100755
--- a/mobileprint/include/pts_debug.h
+++ b/mobileprint/include/pts_debug.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/pts_main_view.h b/mobileprint/include/pts_main_view.h
index bc3f4b1..0da6784 100755
--- a/mobileprint/include/pts_main_view.h
+++ b/mobileprint/include/pts_main_view.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/pts_setting_view.h b/mobileprint/include/pts_setting_view.h
index d21b93a..d8b5659 100755
--- a/mobileprint/include/pts_setting_view.h
+++ b/mobileprint/include/pts_setting_view.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/include/pts_util.h b/mobileprint/include/pts_util.h
index f106606..203dcfc 100644
--- a/mobileprint/include/pts_util.h
+++ b/mobileprint/include/pts_util.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/preview_engine/include/preview_engine.h b/mobileprint/preview_engine/include/preview_engine.h
index dd861e4..659e5de 100644
--- a/mobileprint/preview_engine/include/preview_engine.h
+++ b/mobileprint/preview_engine/include/preview_engine.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/preview_engine/include/preview_model.h b/mobileprint/preview_engine/include/preview_model.h
index b1e22e5..e0c690d 100644
--- a/mobileprint/preview_engine/include/preview_model.h
+++ b/mobileprint/preview_engine/include/preview_model.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/preview_engine/include/preview_task_model.h b/mobileprint/preview_engine/include/preview_task_model.h
index 4f83fc8..df48b11 100644
--- a/mobileprint/preview_engine/include/preview_task_model.h
+++ b/mobileprint/preview_engine/include/preview_task_model.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/preview_engine/lib/preview_engine.c b/mobileprint/preview_engine/lib/preview_engine.c
index a082a4c..f076352 100644
--- a/mobileprint/preview_engine/lib/preview_engine.c
+++ b/mobileprint/preview_engine/lib/preview_engine.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/preview_engine/lib/preview_model.c b/mobileprint/preview_engine/lib/preview_model.c
index ea593b0..d245ee5 100644
--- a/mobileprint/preview_engine/lib/preview_model.c
+++ b/mobileprint/preview_engine/lib/preview_model.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/preview_engine/lib/preview_task_model.c b/mobileprint/preview_engine/lib/preview_task_model.c
index 297121c..e59c1e2 100644
--- a/mobileprint/preview_engine/lib/preview_task_model.c
+++ b/mobileprint/preview_engine/lib/preview_task_model.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/default.ppd b/mobileprint/previewgen/default.ppd
new file mode 100644
index 0000000..86e758e
--- /dev/null
+++ b/mobileprint/previewgen/default.ppd
@@ -0,0 +1,91 @@
+*PPD-Adobe: "4.3"
+*FormatVersion: "4.3"
+*FileVersion: "1.1"
+*LanguageVersion: English
+*LanguageEncoding: ISOLatin1
+*PCFileName: "default.ppd"
+*Manufacturer: "Default Printer"
+*Product: "Default Printer"
+*cupsVersion: 1.2
+*cupsManualCopies: True
+*cupsFilter: "application/vnd.cups-raster 0 -"
+*ModelName: "Default Printer"
+*ShortNickName: "Default Printer"
+*NickName: "Default Printer"
+*PSVersion: "(3010.000) 81501"
+*LanguageLevel: "3"
+*ColorDevice: True
+*DefaultColorSpace: RGB
+*FileSystem: False
+*Throughput: "1"
+*LandscapeOrientation: Plus90
+*VariablePaperSize: False
+*TTRasterizer: Type42
+
+*OpenUI *PageSize/Media Size: PickOne
+*OrderDependency: 10 AnySetup *PageSize
+*DefaultPageSize: A4
+*PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
+*CloseUI: *PageSize
+
+*OpenUI *PageRegion: PickOne
+*OrderDependency: 10 AnySetup *PageRegion
+*DefaultPageRegion: A4
+*PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
+*CloseUI: *PageRegion
+
+*DefaultImageableArea: A4
+*ImageableArea A4/A4: "18 36 577 806"
+
+*DefaultPaperDimension: A4
+*PaperDimension A4/A4: "595 842"
+
+*OpenUI *MediaType/Media Type: PickOne
+*OrderDependency: 10 AnySetup *MediaType
+*DefaultMediaType: Plain
+*MediaType Plain/Plain Paper: "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
+*CloseUI: *MediaType
+
+*OpenUI *InputSlot/Media Source: PickOne
+*OrderDependency: 10 AnySetup *InputSlot
+*DefaultInputSlot: Tray
+*InputSlot Tray/Tray: "<</cupsMediaPosition 1>>setpagedevice"
+*CloseUI: *InputSlot
+
+*OpenUI *Duplex/Double-Sided Printing: PickOne
+*OrderDependency: 20 AnySetup *Duplex
+*DefaultDuplex: None
+*Duplex None/Off: "<</Duplex false>>setpagedevice"
+*CloseUI: *Duplex
+
+*OpenUI *Resolution/Output Resolution: PickOne
+*OrderDependency: 20 AnySetup *Resolution
+*DefaultResolution: 300dpi
+*Resolution 300dpi/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
+*CloseUI: *Resolution
+
+*OpenUI *ColorModel/Output Mode: PickOne
+*OrderDependency: 10 AnySetup *ColorModel
+*DefaultColorModel: CMYK
+*ColorModel W: "<</cupsColorSpace 0>>setpagedevice"
+*ColorModel K: "<</cupsColorSpace 3>>setpagedevice"
+*ColorModel CMYK: "<</cupsColorSpace 6>>setpagedevice"
+*CloseUI: *ColorModel
+
+*OpenUI *cupsBitsPerColor/Bits Per Color: PickOne
+*OrderDependency: 10 AnySetup *cupsBitsPerColor
+*DefaultcupsBitsPerColor: 8
+*cupsBitsPerColor 8: "<</cupsBitsPerColor 8>>setpagedevice"
+*CloseUI: *cupsBitsPerColor
+
+*OpenUI *cupsColorOrder/Color Order: PickOne
+*OrderDependency: 10 AnySetup *cupsColorOrder
+*DefaultcupsColorOrder: Chunked
+*cupsColorOrder Chunked: "<</cupsColorOrder 0>>setpagedevice"
+*CloseUI: *cupsColorOrder
+
+*DefaultFont: Times-Roman
+*Font Times-Roman: Standard "(001.007S)" Standard ROM
+*%
+*% End of "$Id$".
+*%
diff --git a/mobileprint/previewgen/include/evas_render.h b/mobileprint/previewgen/include/evas_render.h
index 61f730b..ea914e7 100644
--- a/mobileprint/previewgen/include/evas_render.h
+++ b/mobileprint/previewgen/include/evas_render.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/image_scaler.h b/mobileprint/previewgen/include/image_scaler.h
index 1f5b60e..ca53ba0 100644
--- a/mobileprint/previewgen/include/image_scaler.h
+++ b/mobileprint/previewgen/include/image_scaler.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/page_preview.h b/mobileprint/previewgen/include/page_preview.h
index cd0fab5..96b4473 100644
--- a/mobileprint/previewgen/include/page_preview.h
+++ b/mobileprint/previewgen/include/page_preview.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/paper_size.h b/mobileprint/previewgen/include/paper_size.h
index e7e9ae2..dd9b26e 100644
--- a/mobileprint/previewgen/include/paper_size.h
+++ b/mobileprint/previewgen/include/paper_size.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/pdfgen.h b/mobileprint/previewgen/include/pdfgen.h
index a50b3b6..c4b15be 100644
--- a/mobileprint/previewgen/include/pdfgen.h
+++ b/mobileprint/previewgen/include/pdfgen.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/pgen_debug.h b/mobileprint/previewgen/include/pgen_debug.h
index 7d1425b..fbc93e5 100644
--- a/mobileprint/previewgen/include/pgen_debug.h
+++ b/mobileprint/previewgen/include/pgen_debug.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/preview_coords.h b/mobileprint/previewgen/include/preview_coords.h
index 588f1f0..794bc3b 100644
--- a/mobileprint/previewgen/include/preview_coords.h
+++ b/mobileprint/previewgen/include/preview_coords.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/preview_util.h b/mobileprint/previewgen/include/preview_util.h
index ffe41eb..24032f9 100644
--- a/mobileprint/previewgen/include/preview_util.h
+++ b/mobileprint/previewgen/include/preview_util.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/include/previewgen.h b/mobileprint/previewgen/include/previewgen.h
index 10e2351..7a782b0 100644
--- a/mobileprint/previewgen/include/previewgen.h
+++ b/mobileprint/previewgen/include/previewgen.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/evas_render.c b/mobileprint/previewgen/lib/evas_render.c
index 18667ab..81435c1 100644
--- a/mobileprint/previewgen/lib/evas_render.c
+++ b/mobileprint/previewgen/lib/evas_render.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/image_scaler.c b/mobileprint/previewgen/lib/image_scaler.c
index 91ff2c4..a6046da 100644
--- a/mobileprint/previewgen/lib/image_scaler.c
+++ b/mobileprint/previewgen/lib/image_scaler.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/page_preview.c b/mobileprint/previewgen/lib/page_preview.c
index 499b581..de1cd0a 100644
--- a/mobileprint/previewgen/lib/page_preview.c
+++ b/mobileprint/previewgen/lib/page_preview.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/paper_size.c b/mobileprint/previewgen/lib/paper_size.c
index b951871..7f5967a 100644
--- a/mobileprint/previewgen/lib/paper_size.c
+++ b/mobileprint/previewgen/lib/paper_size.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/pdfgen.c b/mobileprint/previewgen/lib/pdfgen.c
index c073164..703dd00 100644
--- a/mobileprint/previewgen/lib/pdfgen.c
+++ b/mobileprint/previewgen/lib/pdfgen.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/preview_coords.c b/mobileprint/previewgen/lib/preview_coords.c
index 9d0348c..ffa6551 100644
--- a/mobileprint/previewgen/lib/preview_coords.c
+++ b/mobileprint/previewgen/lib/preview_coords.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/preview_util.c b/mobileprint/previewgen/lib/preview_util.c
index 9a6c27a..0e73846 100644
--- a/mobileprint/previewgen/lib/preview_util.c
+++ b/mobileprint/previewgen/lib/preview_util.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/lib/previewgen.c b/mobileprint/previewgen/lib/previewgen.c
index 5b4ddab..23930b4 100644
--- a/mobileprint/previewgen/lib/previewgen.c
+++ b/mobileprint/previewgen/lib/previewgen.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/previewgen/rasterview.ppd b/mobileprint/previewgen/rasterview.ppd
deleted file mode 100644
index 60b9454..0000000
--- a/mobileprint/previewgen/rasterview.ppd
+++ /dev/null
@@ -1,269 +0,0 @@
-*PPD-Adobe: "4.3"
-*%
-*% "$Id$"
-*%
-*% Test PPD file for the raster viewer.
-*%
-*% Copyright 2006 by Michael R Sweet
-*%
-*% This program is free software; you can redistribute it and/or modify
-*% it under the terms of the GNU General Public License as published by
-*% the Free Software Foundation; either version 2, or (at your option)
-*% any later version.
-*%
-*% This program is distributed in the hope that it will be useful,
-*% but WITHOUT ANY WARRANTY; without even the implied warranty of
-*% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-*% GNU General Public License for more details.
-*%
-*FormatVersion: "4.3"
-*FileVersion: "1.1"
-*LanguageVersion: English
-*LanguageEncoding: ISOLatin1
-*PCFileName: "RASTVIEW.PPD"
-*Manufacturer: "ESP"
-*Product: "(ESP Ghostscript)"
-*cupsVersion: 1.2
-*cupsManualCopies: True
-*cupsFlipDuplex: True
-*cupsFilter: "application/vnd.cups-raster 0 -"
-*ModelName: "Raster Test Driver"
-*ShortNickName: "Raster Test Driver"
-*NickName: "Raster Test Driver v1.2"
-*PSVersion: "(3010.000) 81501"
-*LanguageLevel: "3"
-*ColorDevice: True
-*DefaultColorSpace: RGB
-*FileSystem: False
-*Throughput: "1"
-*LandscapeOrientation: Plus90
-*VariablePaperSize: False
-*TTRasterizer: Type42
-
-*OpenUI *PageSize/Media Size: PickOne
-*OrderDependency: 10 AnySetup *PageSize
-*DefaultPageSize: A4
-*PageSize Preview/Preview: "<</PageSize[153 198]/ImagingBBox null>>setpagedevice"
-*PageSize Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
-*PageSize Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
-*PageSize Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
-*PageSize Tabloid/US Tabloid: "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*PageSize A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
-*PageSize A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
-*PageSize A5/A5: "<</PageSize[421 595]/ImagingBBox null>>setpagedevice"
-*PageSize B5/B5 (JIS): "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
-*PageSize EnvISOB5/Envelope B5: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
-*PageSize Env10/Envelope #10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
-*PageSize EnvC5/Envelope C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
-*PageSize EnvDL/Envelope DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
-*PageSize EnvMonarch/Envelope Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
-*PageSize 2L/5x7 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
-*PageSize 4x6/4x6in: "<</PageSize[288 432]/ImagingBBox null>>setpagedevice"
-*PageSize L/3.5x5: "<</PageSize[252 360]/ImagingBBox null>>setpagedevice"
-*PageSize Hagaki_Postcard/Hagaki Postcard: "<</PageSize[283 420]/ImagingBBox null>>setpagedevice"
-*PageSize Business_card/Business card: "<</PageSize[153 243]/ImagingBBox null>>setpagedevice"
-*PageSize 8x10/8x10in: "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
-*PageSize 11x17/11x17in: "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*CloseUI: *PageSize
-
-*OpenUI *PageRegion: PickOne
-*OrderDependency: 10 AnySetup *PageRegion
-*DefaultPageRegion: A4
-*PageRegion Preview/Preview: "<</PageSize[153 198]/ImagingBBox null>>setpagedevice"
-*PageRegion Letter/US Letter: "<</PageSize[612 792]/ImagingBBox null>>setpagedevice"
-*PageRegion Legal/US Legal: "<</PageSize[612 1008]/ImagingBBox null>>setpagedevice"
-*PageRegion Executive/US Executive: "<</PageSize[522 756]/ImagingBBox null>>setpagedevice"
-*PageRegion Tabloid/US Tabloid: "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*PageRegion A3/A3: "<</PageSize[842 1191]/ImagingBBox null>>setpagedevice"
-*PageRegion A4/A4: "<</PageSize[595 842]/ImagingBBox null>>setpagedevice"
-*PageRegion A5/A5: "<</PageSize[421 595]/ImagingBBox null>>setpagedevice"
-*PageRegion B5/B5 (JIS): "<</PageSize[516 729]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvISOB5/Envelope B5: "<</PageSize[499 709]/ImagingBBox null>>setpagedevice"
-*PageRegion Env10/Envelope #10: "<</PageSize[297 684]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvC5/Envelope C5: "<</PageSize[459 649]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvDL/Envelope DL: "<</PageSize[312 624]/ImagingBBox null>>setpagedevice"
-*PageRegion EnvMonarch/Envelope Monarch: "<</PageSize[279 540]/ImagingBBox null>>setpagedevice"
-*PageRegion 2L/5x7 "<</PageSize[360 504]/ImagingBBox null>>setpagedevice"
-*PageRegion 4x6/4x6in: "<</PageSize[288 432]/ImagingBBox null>>setpagedevice"
-*PageRegion L/3.5x5: "<</PageSize[252 360]/ImagingBBox null>>setpagedevice"
-*PageRegion Hagaki_Postcard/Hagaki Postcard: "<</PageSize[283 420]/ImagingBBox null>>setpagedevice"
-*PageRegion Business_card/Business card: "<</PageSize[153 243]/ImagingBBox null>>setpagedevice"
-*PageRegion 8x10/8x10in: "<</PageSize[576 720]/ImagingBBox null>>setpagedevice"
-*PageRegion 11x17/11x17in: "<</PageSize[792 1224]/ImagingBBox null>>setpagedevice"
-*CloseUI: *PageRegion
-
-*DefaultImageableArea: A4
-*ImageableArea Preview/Preview: "0 0 153 198"
-*ImageableArea Letter/US Letter: "18 36 594 756"
-*ImageableArea Legal/US Legal: "18 36 594 972"
-*ImageableArea Executive/US Executive: "18 36 504 684"
-*ImageableArea Tabloid/US Tabloid: "18 36 774 1188"
-*ImageableArea A3/A3: "18 36 824 1155"
-*ImageableArea A4/A4: "18 36 577 806"
-*ImageableArea A5/A5: "18 36 403 559"
-*ImageableArea B5/JIS B5: "18 36 498 693"
-*ImageableArea EnvISOB5/B5 (ISO): "18 36 463 673"
-*ImageableArea Env10/Com-10: "18 36 279 648"
-*ImageableArea EnvC5/EnvC5: "18 36 441 613"
-*ImageableArea EnvDL/EnvDL: "18 36 294 588"
-*ImageableArea EnvMonarch/Envelope Monarch: "18 36 261 504"
-*ImageableArea 2L/5x7 "18 36 342 468"
-*ImageableArea 4x6/4x6in: "18 36 270 396"
-*ImageableArea L/3.5x5: "18 36 234 324"
-*ImageableArea Hagaki_Postcard/Hagaki Postcard: "18 36 265 384"
-*ImageableArea Business_card/Business card: "18 36 135 207"
-*ImageableArea 8x10/8x10in: "18 36 558 684"
-*ImageableArea 11x17/11x17in: "18 36 774 1188"
-
-*DefaultPaperDimension: A4
-*PaperDimension Preview/Preview: "153 198"
-*PaperDimension Letter/US Letter: "612 792"
-*PaperDimension Legal/US Legal: "612 1008"
-*PaperDimension Executive/US Executive: "522 756"
-*PaperDimension Tabloid/US Tabloid: "792 1224"
-*PaperDimension A3/A3: "842 1191"
-*PaperDimension A4/A4: "595 842"
-*PaperDimension A5/A5: "421 595"
-*PaperDimension B5/B5 (JIS): "516 729"
-*PaperDimension EnvISOB5/Envelope B5: "499 709"
-*PaperDimension Env10/Envelope #10: "297 684"
-*PaperDimension EnvC5/Envelope C5: "459 649"
-*PaperDimension EnvDL/Envelope DL: "312 624"
-*PaperDimension EnvMonarch/Envelope Monarch: "279 540"
-*PaperDimension 2L/5x7 "360 504"
-*PaperDimension 4x6/4x6in: "288 432"
-*PaperDimension L/3.5x5: "252 360"
-*PaperDimension Hagaki_Postcard/Hagaki Postcard: "283 420"
-*PaperDimension Business_card/Business card: "153 243"
-*PaperDimension 8x10/8x10in: "576 720"
-*PaperDimension 11x17/11x17in: "792 1224"
-
-*OpenUI *MediaType/Media Type: PickOne
-*OrderDependency: 10 AnySetup *MediaType
-*DefaultMediaType: Plain
-*MediaType Plain/Plain Paper: "<</MediaType(Plain)/cupsMediaType 0>>setpagedevice"
-*MediaType Bond/Bond Paper: "<</MediaType(Bond)/cupsMediaType 1>>setpagedevice"
-*MediaType Special/Special Paper: "<</MediaType(Special)/cupsMediaType 2>>setpagedevice"
-*MediaType Transparency/Transparency: "<</MediaType(Transparency)/cupsMediaType 3>>setpagedevice"
-*MediaType Glossy/Glossy Paper: "<</MediaType(Glossy)/cupsMediaType 4>>setpagedevice"
-*CloseUI: *MediaType
-
-*OpenUI *InputSlot/Media Source: PickOne
-*OrderDependency: 10 AnySetup *InputSlot
-*DefaultInputSlot: Tray
-*InputSlot Tray/Tray: "<</cupsMediaPosition 1>>setpagedevice"
-*InputSlot Manual/Manual Feed: "<</cupsMediaPosition 2>>setpagedevice"
-*InputSlot Envelope/Envelope Feed: "<</cupsMediaPosition 3>>setpagedevice"
-*CloseUI: *InputSlot
-
-*OpenUI *Duplex/Double-Sided Printing: PickOne
-*OrderDependency: 20 AnySetup *Duplex
-*DefaultDuplex: None
-*Duplex None/Off: "<</Duplex false>>setpagedevice"
-*Duplex DuplexNoTumble/Long Edge (Standard): "<</Duplex true/Tumble false>>setpagedevice"
-*Duplex DuplexTumble/Short Edge (Flip): "<</Duplex true/Tumble true>>setpagedevice"
-*CloseUI: *Duplex
-
-*OpenUI *Resolution/Output Resolution: PickOne
-*OrderDependency: 20 AnySetup *Resolution
-*DefaultResolution: 300dpi
-*Resolution 75dpi/75 DPI: "<</HWResolution[75 75]>>setpagedevice"
-*Resolution 100dpi/100 DPI: "<</HWResolution[100 100]>>setpagedevice"
-*Resolution 150dpi/150 DPI: "<</HWResolution[150 150]>>setpagedevice"
-*Resolution 300dpi/300 DPI: "<</HWResolution[300 300]>>setpagedevice"
-*CloseUI: *Resolution
-
-*OpenUI *ColorModel/Output Mode: PickOne
-*OrderDependency: 10 AnySetup *ColorModel
-*DefaultColorModel: CMYK
-*ColorModel W: "<</cupsColorSpace 0>>setpagedevice"
-*ColorModel RGB: "<</cupsColorSpace 1>>setpagedevice"
-*ColorModel RGBA: "<</cupsColorSpace 2>>setpagedevice"
-*ColorModel K: "<</cupsColorSpace 3>>setpagedevice"
-*ColorModel CMY: "<</cupsColorSpace 4>>setpagedevice"
-*ColorModel YMC: "<</cupsColorSpace 5>>setpagedevice"
-*ColorModel CMYK: "<</cupsColorSpace 6>>setpagedevice"
-*ColorModel YMCK: "<</cupsColorSpace 7>>setpagedevice"
-*ColorModel KCMY: "<</cupsColorSpace 8>>setpagedevice"
-*ColorModel KCMYcm: "<</cupsColorSpace 9>>setpagedevice"
-*ColorModel GMCK: "<</cupsColorSpace 10>>setpagedevice"
-*ColorModel GMCS: "<</cupsColorSpace 11>>setpagedevice"
-*ColorModel WHITE: "<</cupsColorSpace 12>>setpagedevice"
-*ColorModel GOLD: "<</cupsColorSpace 13>>setpagedevice"
-*ColorModel SILVER: "<</cupsColorSpace 14>>setpagedevice"
-*ColorModel CIEXYZ: "<</cupsColorSpace 15>>setpagedevice"
-*ColorModel CIELab: "<</cupsColorSpace 16>>setpagedevice"
-*ColorModel RGBW: "<</cupsColorSpace 17>>setpagedevice"
-*ColorModel ICC1: "<</cupsColorSpace 32>>setpagedevice"
-*ColorModel ICC2: "<</cupsColorSpace 33>>setpagedevice"
-*ColorModel ICC3: "<</cupsColorSpace 34>>setpagedevice"
-*ColorModel ICC4: "<</cupsColorSpace 35>>setpagedevice"
-*ColorModel ICC5: "<</cupsColorSpace 36>>setpagedevice"
-*ColorModel ICC6: "<</cupsColorSpace 37>>setpagedevice"
-*ColorModel ICC7: "<</cupsColorSpace 38>>setpagedevice"
-*ColorModel ICC8: "<</cupsColorSpace 39>>setpagedevice"
-*ColorModel ICC9: "<</cupsColorSpace 40>>setpagedevice"
-*ColorModel ICCA: "<</cupsColorSpace 41>>setpagedevice"
-*ColorModel ICCB: "<</cupsColorSpace 42>>setpagedevice"
-*ColorModel ICCC: "<</cupsColorSpace 43>>setpagedevice"
-*ColorModel ICCD: "<</cupsColorSpace 44>>setpagedevice"
-*ColorModel ICCE: "<</cupsColorSpace 45>>setpagedevice"
-*ColorModel ICCF: "<</cupsColorSpace 46>>setpagedevice"
-*CloseUI: *ColorModel
-
-*OpenUI *cupsBitsPerColor/Bits Per Color: PickOne
-*OrderDependency: 10 AnySetup *cupsBitsPerColor
-*DefaultcupsBitsPerColor: 8
-*cupsBitsPerColor 1: "<</cupsBitsPerColor 1>>setpagedevice"
-*cupsBitsPerColor 2: "<</cupsBitsPerColor 2>>setpagedevice"
-*cupsBitsPerColor 4: "<</cupsBitsPerColor 4>>setpagedevice"
-*cupsBitsPerColor 8: "<</cupsBitsPerColor 8>>setpagedevice"
-*cupsBitsPerColor 16: "<</cupsBitsPerColor 8/cupsPreferredBitsPerColor 16>>setpagedevice"
-*CloseUI: *cupsBitsPerColor
-
-*OpenUI *cupsColorOrder/Color Order: PickOne
-*OrderDependency: 10 AnySetup *cupsColorOrder
-*DefaultcupsColorOrder: Chunked
-*cupsColorOrder Chunked: "<</cupsColorOrder 0>>setpagedevice"
-*cupsColorOrder Banded: "<</cupsColorOrder 1>>setpagedevice"
-*CloseUI: *cupsColorOrder
-
-*DefaultFont: Times-Roman
-*Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
-*Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
-*Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
-*Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
-*Font Bookman-Demi: Standard "(001.004S)" Standard ROM
-*Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
-*Font Bookman-Light: Standard "(001.004S)" Standard ROM
-*Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
-*Font Courier: Standard "(002.004S)" Standard ROM
-*Font Courier-Bold: Standard "(002.004S)" Standard ROM
-*Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
-*Font Courier-Oblique: Standard "(002.004S)" Standard ROM
-*Font Helvetica: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
-*Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
-*Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
-*Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
-*Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
-*Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
-*Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
-*Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
-*Font Palatino-Bold: Standard "(001.005S)" Standard ROM
-*Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
-*Font Palatino-Italic: Standard "(001.005S)" Standard ROM
-*Font Palatino-Roman: Standard "(001.005S)" Standard ROM
-*Font Symbol: Special "(001.007S)" Special ROM
-*Font Times-Bold: Standard "(001.007S)" Standard ROM
-*Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
-*Font Times-Italic: Standard "(001.007S)" Standard ROM
-*Font Times-Roman: Standard "(001.007S)" Standard ROM
-*Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
-*Font ZapfDingbats: Special "(001.004S)" Standard ROM
-*%
-*% End of "$Id$".
-*%
diff --git a/mobileprint/previewgen/util/main.c b/mobileprint/previewgen/util/main.c
index 62f75c6..9f83924 100644
--- a/mobileprint/previewgen/util/main.c
+++ b/mobileprint/previewgen/util/main.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/include/smsc_control.h b/mobileprint/smsc/include/smsc_control.h
index fcc3ada..bcdfaa9 100644
--- a/mobileprint/smsc/include/smsc_control.h
+++ b/mobileprint/smsc/include/smsc_control.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/include/smsc_debug.h b/mobileprint/smsc/include/smsc_debug.h
index 7e11445..2c16748 100644
--- a/mobileprint/smsc/include/smsc_debug.h
+++ b/mobileprint/smsc/include/smsc_debug.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/include/smsc_position.h b/mobileprint/smsc/include/smsc_position.h
index f941ca0..df5392e 100644
--- a/mobileprint/smsc/include/smsc_position.h
+++ b/mobileprint/smsc/include/smsc_position.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/include/smsc_smart.h b/mobileprint/smsc/include/smsc_smart.h
index 8f67100..53dd1c5 100644
--- a/mobileprint/smsc/include/smsc_smart.h
+++ b/mobileprint/smsc/include/smsc_smart.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/include/smsc_widget.h b/mobileprint/smsc/include/smsc_widget.h
index 5f8e1d7..fea86a0 100644
--- a/mobileprint/smsc/include/smsc_widget.h
+++ b/mobileprint/smsc/include/smsc_widget.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/lib/smsc_control.c b/mobileprint/smsc/lib/smsc_control.c
index 73eba0d..dedde38 100644
--- a/mobileprint/smsc/lib/smsc_control.c
+++ b/mobileprint/smsc/lib/smsc_control.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/lib/smsc_position.c b/mobileprint/smsc/lib/smsc_position.c
index 26d69e7..77ff677 100644
--- a/mobileprint/smsc/lib/smsc_position.c
+++ b/mobileprint/smsc/lib/smsc_position.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/lib/smsc_smart.c b/mobileprint/smsc/lib/smsc_smart.c
index c429001..c78d3a4 100644
--- a/mobileprint/smsc/lib/smsc_smart.c
+++ b/mobileprint/smsc/lib/smsc_smart.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/mobileprint/smsc/lib/smsc_widget.c b/mobileprint/smsc/lib/smsc_widget.c
index 7a208dc..fdd52b8 100644
--- a/mobileprint/smsc/lib/smsc_widget.c
+++ b/mobileprint/smsc/lib/smsc_widget.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2013 Samsung Electronics Co., Ltd
+* Copyright 2012-2013 Samsung Electronics Co., Ltd
* Licensed under the Flora License, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.