summaryrefslogtreecommitdiffstats
path: root/stack/sdp/sdp_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'stack/sdp/sdp_db.c')
-rw-r--r--stack/sdp/sdp_db.c34
1 files changed, 24 insertions, 10 deletions
diff --git a/stack/sdp/sdp_db.c b/stack/sdp/sdp_db.c
index e9a35fc..45af000 100644
--- a/stack/sdp/sdp_db.c
+++ b/stack/sdp/sdp_db.c
@@ -1,12 +1,26 @@
-/*****************************************************************************
-** *
-** Name: sdp_db.c *
-** *
-** Description: this file contains functions that handle the database *
-** *
-** Copyright (c) 1999-2009, Broadcom Corp., All Rights Reserved. *
-** WIDCOMM Bluetooth Core. Proprietary and confidential. *
-******************************************************************************/
+/******************************************************************************
+ *
+ * Copyright (C) 1999-2012 Broadcom Corporation
+ *
+ * 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.
+ *
+ ******************************************************************************/
+
+/******************************************************************************
+ *
+ * this file contains functions that handle the database
+ *
+ ******************************************************************************/
#include <stdlib.h>
#include <string.h>
@@ -212,7 +226,7 @@ static int sdp_compose_proto_list( UINT8 *p, UINT16 num_elem,
/* First, build the protocol list. This consists of a set of data element
** sequences, one for each layer. Each layer sequence consists of layer's
- ** UUID and optional parameters
+ ** UUID and optional parameters
*/
for (xx = 0; xx < num_elem; xx++, p_elem_list++)
{