Conversion to Apache 2.0 license
[platform/core/uifw/dali-toolkit.git] / capi / dali-toolkit / public-api / enums.h
index 436751e..66d0dd4 100644 (file)
@@ -1,24 +1,25 @@
 #ifndef __DALI_TOOLKIT_ENUMS_H__
 #define __DALI_TOOLKIT_ENUMS_H__
 
-//
-// Copyright (c) 2014 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Flora License, Version 1.0 (the License);
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     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,
-// 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.
-//
+/*
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (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
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * 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.
+ *
+ */
 
 /**
- * @addtogroup CAPI_DALI_FRAMEWORK
+ * @addtogroup CAPI_DALI_TOOLKIT_MODULE
  * @{
  */
 
 namespace Dali DALI_IMPORT_API
 {
 
+/**
+ * @brief DALi Toolkit namespace.
+ */
 namespace Toolkit
 {
 
+/**
+ * @brief Control Orientation namespace.
+ */
 namespace ControlOrientation
 {
 
 /**
- * The internal orientation a control.
+ * @brief The internal orientation of a control.
  */
 enum Type
 {
@@ -48,14 +55,16 @@ enum Type
 } // namespace ControlOrientation
 
 /**
- * Query whether an orientation is vertical.
+ * @brief Query whether an orientation is vertical.
+ *
  * @param[in] orientation The orientation.
  * @return True if the orientation is vertical.
  */
 bool IsVertical(ControlOrientation::Type orientation);
 
 /**
- * Query whether an orientation is horizontal.
+ * @brief Query whether an orientation is horizontal.
+ *
  * @param[in] orientation The orientation.
  * @return True if the orientation is horizontal.
  */