summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunghyun Kim <jh1114.kim@samsung.com>2013-05-02 10:10:20 +0900
committerJunghyun Kim <jh1114.kim@samsung.com>2013-05-02 10:10:20 +0900
commitd41099decc6c4fafd3f0499538274876f4945ea2 (patch)
treefb1f5784c318654c10d4e9f9e062b49bf8d31e9d /src
parent560d66afbbece36e342bf137234b2eb33aa465ea (diff)
downloadsmartsearch-d41099decc6c4fafd3f0499538274876f4945ea2.tar.gz
smartsearch-d41099decc6c4fafd3f0499538274876f4945ea2.tar.bz2
smartsearch-d41099decc6c4fafd3f0499538274876f4945ea2.zip
Flora license update
Diffstat (limited to 'src')
-rwxr-xr-xsrc/common_util.cpp3
-rwxr-xr-xsrc/ps_app_interface.cpp3
-rwxr-xr-xsrc/ps_makeupviews.cpp3
-rwxr-xr-xsrc/ps_searcher.cpp3
-rwxr-xr-xsrc/search_bar.cpp3
-rwxr-xr-xsrc/smartsearch.cpp3
6 files changed, 12 insertions, 6 deletions
diff --git a/src/common_util.cpp b/src/common_util.cpp
index 101b732..3a7c30f 100755
--- a/src/common_util.cpp
+++ b/src/common_util.cpp
@@ -1,7 +1,7 @@
/*
* Copyright 2012-2013 Samsung Electronics Co., Ltd/
*
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -19,6 +19,7 @@
+
#include <smartsearch.h>
#include <common_util.h>
#include <X11/Xlib.h>
diff --git a/src/ps_app_interface.cpp b/src/ps_app_interface.cpp
index dbecb51..0aa34b2 100755
--- a/src/ps_app_interface.cpp
+++ b/src/ps_app_interface.cpp
@@ -1,7 +1,7 @@
/*
* Copyright 2012-2013 Samsung Electronics Co., Ltd/
*
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -19,6 +19,7 @@
+
#include "smartsearch.h"
#include "ps_app_interface.h"
#include "ps_searcher.h"
diff --git a/src/ps_makeupviews.cpp b/src/ps_makeupviews.cpp
index b3888e9..6bcbc64 100755
--- a/src/ps_makeupviews.cpp
+++ b/src/ps_makeupviews.cpp
@@ -1,7 +1,7 @@
/*
* Copyright 2012-2013 Samsung Electronics Co., Ltd/
*
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -15,6 +15,7 @@
*/
+
#include "smartsearch.h"
#include "ps_searcher.h"
#include "ps_app_interface.h"
diff --git a/src/ps_searcher.cpp b/src/ps_searcher.cpp
index ed43f30..787e22e 100755
--- a/src/ps_searcher.cpp
+++ b/src/ps_searcher.cpp
@@ -1,7 +1,7 @@
/*
* Copyright 2012-2013 Samsung Electronics Co., Ltd/
*
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -19,6 +19,7 @@
+
#include "smartsearch.h"
#include <sqlite3.h>
diff --git a/src/search_bar.cpp b/src/search_bar.cpp
index a56ed2a..afab825 100755
--- a/src/search_bar.cpp
+++ b/src/search_bar.cpp
@@ -1,7 +1,7 @@
/*
* Copyright 2012-2013 Samsung Electronics Co., Ltd/
*
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -19,6 +19,7 @@
+
#include <string.h>
#include "smartsearch.h"
#include "Elementary.h"
diff --git a/src/smartsearch.cpp b/src/smartsearch.cpp
index a372238..dbd6cea 100755
--- a/src/smartsearch.cpp
+++ b/src/smartsearch.cpp
@@ -1,7 +1,7 @@
/*
* Copyright 2012-2013 Samsung Electronics Co., Ltd/
*
- * Licensed under the Flora License, Version 1.0 (the License);
+ * Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -19,6 +19,7 @@
+
#include <stdio.h>
#include <utilX.h>
#include <ui-gadget.h>