diff options
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | 2010-08-09 11:52:07 -0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2010-08-09 18:06:49 -0400 |
commit | 8307634aa6d9dd96c12cec8b8acf1059b54e0ae6 (patch) | |
tree | 8f521bb84dae2e54d62ee59f024c9ee5e87de2af | |
parent | 95620eae34074fe1309d9823ea67ab7b2eb0287c (diff) | |
download | bluez-8307634aa6d9dd96c12cec8b8acf1059b54e0ae6.tar.gz |
Update copyright information of GATT library/tools
-rw-r--r-- | attrib/att.c | 3 | ||||
-rw-r--r-- | attrib/att.h | 3 | ||||
-rw-r--r-- | attrib/client.c | 3 | ||||
-rw-r--r-- | attrib/client.h | 3 | ||||
-rw-r--r-- | attrib/example.c | 3 | ||||
-rw-r--r-- | attrib/example.h | 3 | ||||
-rw-r--r-- | attrib/gatt.c | 3 | ||||
-rw-r--r-- | attrib/gatt.h | 3 | ||||
-rw-r--r-- | attrib/gattrib.c | 3 | ||||
-rw-r--r-- | attrib/gattrib.h | 3 | ||||
-rw-r--r-- | attrib/gatttool.c | 3 | ||||
-rw-r--r-- | attrib/main.c | 3 | ||||
-rw-r--r-- | attrib/manager.c | 3 | ||||
-rw-r--r-- | attrib/manager.h | 3 | ||||
-rw-r--r-- | src/attrib-server.c | 3 | ||||
-rw-r--r-- | src/attrib-server.h | 3 |
16 files changed, 32 insertions, 16 deletions
diff --git a/attrib/att.c b/attrib/att.c index 611a76232..a552e9db8 100644 --- a/attrib/att.c +++ b/attrib/att.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/att.h b/attrib/att.h index a6b7ccec8..ac50fb426 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/client.c b/attrib/client.c index 7a6b23b98..8cc6346e7 100644 --- a/attrib/client.c +++ b/attrib/client.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/client.h b/attrib/client.h index a00e27641..a0ae475a5 100644 --- a/attrib/client.h +++ b/attrib/client.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/example.c b/attrib/example.c index be545326c..012aa87f6 100644 --- a/attrib/example.c +++ b/attrib/example.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/example.h b/attrib/example.h index 564bfeb13..a2b07fe4d 100644 --- a/attrib/example.h +++ b/attrib/example.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/gatt.c b/attrib/gatt.c index 07575f7ad..83b08bf4f 100644 --- a/attrib/gatt.c +++ b/attrib/gatt.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/gatt.h b/attrib/gatt.h index 9430e5181..5a09c1275 100644 --- a/attrib/gatt.h +++ b/attrib/gatt.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/gattrib.c b/attrib/gattrib.c index cee0de55c..29ace2c7b 100644 --- a/attrib/gattrib.c +++ b/attrib/gattrib.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/gattrib.h b/attrib/gattrib.h index a9710f63c..011b9da37 100644 --- a/attrib/gattrib.h +++ b/attrib/gattrib.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/gatttool.c b/attrib/gatttool.c index cddb37d49..d5033f7cf 100644 --- a/attrib/gatttool.c +++ b/attrib/gatttool.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2007-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/main.c b/attrib/main.c index 274fc2683..6c946be3e 100644 --- a/attrib/main.c +++ b/attrib/main.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/manager.c b/attrib/manager.c index 508b12706..31a3efc37 100644 --- a/attrib/manager.c +++ b/attrib/manager.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/attrib/manager.h b/attrib/manager.h index 770c132ff..fabf34288 100644 --- a/attrib/manager.h +++ b/attrib/manager.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/src/attrib-server.c b/src/attrib-server.c index d9f265186..5d2c895b7 100644 --- a/src/attrib-server.c +++ b/src/attrib-server.c @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/src/attrib-server.h b/src/attrib-server.h index cba019f42..1ddaa8d07 100644 --- a/src/attrib-server.h +++ b/src/attrib-server.h @@ -2,7 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2010 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2010 Nokia Corporation + * Copyright (C) 2010 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify |