Add SharedQueue library for appfw modules
[platform/core/base/bundle.git] / include / SLP_bundle_PG.h
old mode 100755 (executable)
new mode 100644 (file)
index 65993de..2420441
@@ -1,10 +1,5 @@
 /*
- * bundle
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact: Jayoun Lee <airjany@samsung.com>, Sewook Park <sewook7.park@samsung.com>,
- * Jaeho Lee <jaeho81.lee@samsung.com>
+ * Copyright (c) 2000 - 2020 Samsung Electronics Co., Ltd. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * 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.
- *
  */
 
-
 /**
  *
  * @ingroup SLP_PG
  * @defgroup bundle_PG Bundle
- * @brief A simple string-based dictionary ADT
+ * @brief A simple string-based dictionary ADT.
  * @{
 
 <h1 class="pg">Introduction</h1>
 
 <p> Bundle is a string based Dictionary ADT. A dictionary is an ordered or unordered list of key element pairs, where keys are used to locate elements in the list. </p><br/>
 
-<p> ADT(Abstract data type) An Abstract Data type is defined as a mathematical model of the data objects that make up a data type as well
+<p> ADT (Abstract data type) An Abstract Data type is defined as a mathematical model of the data objects that make up a data type as well
 as the functions that operate on these objects.</p>
 
 <h1 class="pg">Features</h1>