diff options
author | Yunchan Cho <yunchan.cho@samsung.com> | 2013-04-30 13:53:38 +0900 |
---|---|---|
committer | Yunchan Cho <yunchan.cho@samsung.com> | 2013-04-30 14:00:31 +0900 |
commit | 6e91acb87436b0e4a92188ddddf110e069435b09 (patch) | |
tree | 75b0a8674abe44c3d11d82eb866e4c0da3b9ab5c | |
parent | 824dddc93ed16c60f39daeeef38778d1320a1363 (diff) | |
download | web-provider-6e91acb87436b0e4a92188ddddf110e069435b09.tar.gz web-provider-6e91acb87436b0e4a92188ddddf110e069435b09.tar.bz2 web-provider-6e91acb87436b0e4a92188ddddf110e069435b09.zip |
[Release] livebox.web-provider-1.17
Change-Id: I19fe29cab5357179caa6d7332721b7e81aad5c9c
-rw-r--r-- | packaging/livebox.web-provider.spec | 2 | ||||
-rw-r--r-- | src/Core/Service/MessageManager.cpp | 2 | ||||
-rw-r--r-- | src/Core/Service/MessageManager.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/packaging/livebox.web-provider.spec b/packaging/livebox.web-provider.spec index e36f8bf..b0e52ed 100644 --- a/packaging/livebox.web-provider.spec +++ b/packaging/livebox.web-provider.spec @@ -1,6 +1,6 @@ Name: livebox.web-provider Summary: web framework for livebox -Version: 1.14 +Version: 1.17 Release: 1 Group: main/app License: Flora License, Version 1.1 diff --git a/src/Core/Service/MessageManager.cpp b/src/Core/Service/MessageManager.cpp index 4e368d1..5f61580 100644 --- a/src/Core/Service/MessageManager.cpp +++ b/src/Core/Service/MessageManager.cpp @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.tizenopensource.org/license + * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/src/Core/Service/MessageManager.h b/src/Core/Service/MessageManager.h index be41ab6..d19b69d 100644 --- a/src/Core/Service/MessageManager.h +++ b/src/Core/Service/MessageManager.h @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.tizenopensource.org/license + * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, |