summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGangHeok Kim <gangheok.kim@samsung.com>2013-05-02 18:06:51 +0900
committerGangHeok Kim <gangheok.kim@samsung.com>2013-05-02 18:06:51 +0900
commit131d20930996e5d2e13d0996eb5ebb1f3d3dbcdf (patch)
tree278598d96481806b604b5b46bd79be29136f12b1
parent6984de4c7a351ae54064045e77b0caebf6029afa (diff)
downloadmobileprint-131d20930996e5d2e13d0996eb5ebb1f3d3dbcdf.tar.gz
mobileprint-131d20930996e5d2e13d0996eb5ebb1f3d3dbcdf.tar.bz2
mobileprint-131d20930996e5d2e13d0996eb5ebb1f3d3dbcdf.zip
1. Changed license year
Change-Id: I2661ff64e9df751b2f444045fc476710aebb0a80
-rw-r--r--mobileprint/app/image_editor_conn.c2
-rw-r--r--mobileprint/app/mobileprint.c2
-rw-r--r--mobileprint/app/preview_content.c2
-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/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/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
49 files changed, 49 insertions, 49 deletions
diff --git a/mobileprint/app/image_editor_conn.c b/mobileprint/app/image_editor_conn.c
index b18cf30..d2a8c3a 100644
--- a/mobileprint/app/image_editor_conn.c
+++ b/mobileprint/app/image_editor_conn.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 1495ff5..289ced6 100644
--- a/mobileprint/app/mobileprint.c
+++ b/mobileprint/app/mobileprint.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 c016e02..6eb2a90 100644
--- a/mobileprint/app/preview_content.c
+++ b/mobileprint/app/preview_content.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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_common.c b/mobileprint/app/pts_common.c
index fa7f28e..e8caa23 100644
--- a/mobileprint/app/pts_common.c
+++ b/mobileprint/app/pts_common.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 a188a76..17ea5c8 100644
--- a/mobileprint/app/pts_main_view.c
+++ b/mobileprint/app/pts_main_view.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 b4c3a50..52f7bf9 100644
--- a/mobileprint/app/pts_print_search.c
+++ b/mobileprint/app/pts_print_search.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 c9189b9..aa2f30f 100644
--- a/mobileprint/app/pts_setting_view.c
+++ b/mobileprint/app/pts_setting_view.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 2eab065..fcf1d59 100644
--- a/mobileprint/app/pts_util.c
+++ b/mobileprint/app/pts_util.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 7e141f3..88ae664 100644
--- a/mobileprint/include/image_editor_conn.h
+++ b/mobileprint/include/image_editor_conn.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 c023aeb..3ec418f 100755
--- a/mobileprint/include/mobileprint.h
+++ b/mobileprint/include/mobileprint.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 da2fd19..f81f6c1 100644
--- a/mobileprint/include/preview_content.h
+++ b/mobileprint/include/preview_content.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 8183005..ec44de9 100755
--- a/mobileprint/include/pts_common.h
+++ b/mobileprint/include/pts_common.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 641c6c3..0ad3e92 100755
--- a/mobileprint/include/pts_debug.h
+++ b/mobileprint/include/pts_debug.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 0da6784..bc3f4b1 100755
--- a/mobileprint/include/pts_main_view.h
+++ b/mobileprint/include/pts_main_view.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 d8b5659..d21b93a 100755
--- a/mobileprint/include/pts_setting_view.h
+++ b/mobileprint/include/pts_setting_view.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 203dcfc..b739bc7 100644
--- a/mobileprint/include/pts_util.h
+++ b/mobileprint/include/pts_util.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 659e5de..07ec56a 100644
--- a/mobileprint/preview_engine/include/preview_engine.h
+++ b/mobileprint/preview_engine/include/preview_engine.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 e0c690d..8a3ccb9 100644
--- a/mobileprint/preview_engine/include/preview_model.h
+++ b/mobileprint/preview_engine/include/preview_model.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 df48b11..4fbb5df 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-2013 Samsung Electronics Co., Ltd
+* Copyright 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 f076352..0b34b07 100644
--- a/mobileprint/preview_engine/lib/preview_engine.c
+++ b/mobileprint/preview_engine/lib/preview_engine.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 d245ee5..5bc94f1 100644
--- a/mobileprint/preview_engine/lib/preview_model.c
+++ b/mobileprint/preview_engine/lib/preview_model.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 e59c1e2..ffd4b2a 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-2013 Samsung Electronics Co., Ltd
+* Copyright 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/evas_render.h b/mobileprint/previewgen/include/evas_render.h
index ea914e7..61f730b 100644
--- a/mobileprint/previewgen/include/evas_render.h
+++ b/mobileprint/previewgen/include/evas_render.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 ca53ba0..1f5b60e 100644
--- a/mobileprint/previewgen/include/image_scaler.h
+++ b/mobileprint/previewgen/include/image_scaler.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 96b4473..cd0fab5 100644
--- a/mobileprint/previewgen/include/page_preview.h
+++ b/mobileprint/previewgen/include/page_preview.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 dd9b26e..e7e9ae2 100644
--- a/mobileprint/previewgen/include/paper_size.h
+++ b/mobileprint/previewgen/include/paper_size.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 c4b15be..a50b3b6 100644
--- a/mobileprint/previewgen/include/pdfgen.h
+++ b/mobileprint/previewgen/include/pdfgen.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 fbc93e5..7d1425b 100644
--- a/mobileprint/previewgen/include/pgen_debug.h
+++ b/mobileprint/previewgen/include/pgen_debug.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 794bc3b..588f1f0 100644
--- a/mobileprint/previewgen/include/preview_coords.h
+++ b/mobileprint/previewgen/include/preview_coords.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 24032f9..ffe41eb 100644
--- a/mobileprint/previewgen/include/preview_util.h
+++ b/mobileprint/previewgen/include/preview_util.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 7a782b0..10e2351 100644
--- a/mobileprint/previewgen/include/previewgen.h
+++ b/mobileprint/previewgen/include/previewgen.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 81435c1..18667ab 100644
--- a/mobileprint/previewgen/lib/evas_render.c
+++ b/mobileprint/previewgen/lib/evas_render.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 a6046da..91ff2c4 100644
--- a/mobileprint/previewgen/lib/image_scaler.c
+++ b/mobileprint/previewgen/lib/image_scaler.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 de1cd0a..499b581 100644
--- a/mobileprint/previewgen/lib/page_preview.c
+++ b/mobileprint/previewgen/lib/page_preview.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 7f5967a..b951871 100644
--- a/mobileprint/previewgen/lib/paper_size.c
+++ b/mobileprint/previewgen/lib/paper_size.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 703dd00..c073164 100644
--- a/mobileprint/previewgen/lib/pdfgen.c
+++ b/mobileprint/previewgen/lib/pdfgen.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 ffa6551..9d0348c 100644
--- a/mobileprint/previewgen/lib/preview_coords.c
+++ b/mobileprint/previewgen/lib/preview_coords.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 0e73846..9a6c27a 100644
--- a/mobileprint/previewgen/lib/preview_util.c
+++ b/mobileprint/previewgen/lib/preview_util.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 23930b4..5b4ddab 100644
--- a/mobileprint/previewgen/lib/previewgen.c
+++ b/mobileprint/previewgen/lib/previewgen.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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/util/main.c b/mobileprint/previewgen/util/main.c
index 9f83924..ffb357d 100644
--- a/mobileprint/previewgen/util/main.c
+++ b/mobileprint/previewgen/util/main.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 2012 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 bcdfaa9..fcc3ada 100644
--- a/mobileprint/smsc/include/smsc_control.h
+++ b/mobileprint/smsc/include/smsc_control.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 2c16748..7e11445 100644
--- a/mobileprint/smsc/include/smsc_debug.h
+++ b/mobileprint/smsc/include/smsc_debug.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 df5392e..f941ca0 100644
--- a/mobileprint/smsc/include/smsc_position.h
+++ b/mobileprint/smsc/include/smsc_position.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 53dd1c5..8f67100 100644
--- a/mobileprint/smsc/include/smsc_smart.h
+++ b/mobileprint/smsc/include/smsc_smart.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 fea86a0..5f8e1d7 100644
--- a/mobileprint/smsc/include/smsc_widget.h
+++ b/mobileprint/smsc/include/smsc_widget.h
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 dedde38..73eba0d 100644
--- a/mobileprint/smsc/lib/smsc_control.c
+++ b/mobileprint/smsc/lib/smsc_control.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 77ff677..26d69e7 100644
--- a/mobileprint/smsc/lib/smsc_position.c
+++ b/mobileprint/smsc/lib/smsc_position.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 c78d3a4..c429001 100644
--- a/mobileprint/smsc/lib/smsc_smart.c
+++ b/mobileprint/smsc/lib/smsc_smart.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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 fdd52b8..7a208dc 100644
--- a/mobileprint/smsc/lib/smsc_widget.c
+++ b/mobileprint/smsc/lib/smsc_widget.c
@@ -1,7 +1,7 @@
/*
* Mobileprint
*
-* Copyright 2012-2013 Samsung Electronics Co., Ltd
+* Copyright 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.