[widget-viewer-dali] Change the license as Flora
[platform/core/uifw/widget-viewer-dali.git] / public_api / widget_view_manager / widget_view_manager.cpp
index f06b4c8..f41f494 100644 (file)
@@ -1,18 +1,18 @@
 /*
+ * Samsung API
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Apache License, Version 2.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
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ * 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,
+ * distributed under the License is distributed on an AS IS BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 
 // CLASS HEADER
@@ -65,9 +65,9 @@ WidgetViewManager::WidgetViewManager( Internal::WidgetViewManager* implementatio
 {
 }
 
-WidgetView WidgetViewManager::AddWidget( const std::string& widgetId, const std::string& contentInfo, int width, int height, double period )
+WidgetView WidgetViewManager::AddWidget( const std::string& widgetId, const std::string& contentInfo, int width, int height, double updatePeriod )
 {
-  return GetImplementation(*this).AddWidget( widgetId, contentInfo, width, height, period );
+  return GetImplementation(*this).AddWidget( widgetId, contentInfo, width, height, updatePeriod );
 }
 
 } // namespace WidgetView