From fc4f58042e858d9b1fe6c1662aea268953faec20 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 1 Feb 2005 14:36:57 +0000 Subject: [PATCH] hcidump: Update the copyright year --- tools/parser/avdtp.c | 2 +- tools/parser/bnep.c | 2 +- tools/parser/bpa.c | 2 +- tools/parser/capi.c | 2 +- tools/parser/cmtp.c | 2 +- tools/parser/csr.c | 2 +- tools/parser/hcrp.c | 2 +- tools/parser/hidp.c | 2 +- tools/parser/l2cap.c | 2 +- tools/parser/obex.c | 2 +- tools/parser/parser.c | 2 +- tools/parser/parser.h | 2 +- tools/parser/rfcomm.c | 2 +- tools/parser/rfcomm.h | 2 +- tools/parser/sdp.c | 2 +- tools/parser/sdp.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tools/parser/avdtp.c b/tools/parser/avdtp.c index 20056602a..4d93fa6d9 100644 --- a/tools/parser/avdtp.c +++ b/tools/parser/avdtp.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - AVDTP parser * - * Copyright (C) 2004 Marcel Holtmann + * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/bnep.c b/tools/parser/bnep.c index 869530a8c..b5f73ec2d 100644 --- a/tools/parser/bnep.c +++ b/tools/parser/bnep.c @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - BNEP parser * * Copyright (C) 2002-2003 Takashi Sasai - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/bpa.c b/tools/parser/bpa.c index c5e04d20b..f58f40935 100644 --- a/tools/parser/bpa.c +++ b/tools/parser/bpa.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - BPA parser * - * Copyright (C) 2004 Marcel Holtmann + * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/capi.c b/tools/parser/capi.c index 305c77bde..a625fb955 100644 --- a/tools/parser/capi.c +++ b/tools/parser/capi.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - CAPI parser * - * Copyright (C) 2004 Marcel Holtmann + * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/cmtp.c b/tools/parser/cmtp.c index efa5c2770..6af45bf19 100644 --- a/tools/parser/cmtp.c +++ b/tools/parser/cmtp.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - CMTP parser * - * Copyright (C) 2002-2004 Marcel Holtmann + * Copyright (C) 2002-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/csr.c b/tools/parser/csr.c index 5f2ee4cc9..e18f49903 100644 --- a/tools/parser/csr.c +++ b/tools/parser/csr.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - CSR parser * - * Copyright (C) 2004 Marcel Holtmann + * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/hcrp.c b/tools/parser/hcrp.c index 1fc6a3d8a..8f50c229f 100644 --- a/tools/parser/hcrp.c +++ b/tools/parser/hcrp.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - HCRP parser * - * Copyright (C) 2004 Marcel Holtmann + * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/hidp.c b/tools/parser/hidp.c index b1c8e289e..919665a06 100644 --- a/tools/parser/hidp.c +++ b/tools/parser/hidp.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - HIDP parser * - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c index ecae8fd4c..066f3edcb 100644 --- a/tools/parser/l2cap.c +++ b/tools/parser/l2cap.c @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - L2CAP parser * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/obex.c b/tools/parser/obex.c index e5af3525c..0cf299479 100644 --- a/tools/parser/obex.c +++ b/tools/parser/obex.c @@ -2,7 +2,7 @@ * * Bluetooth packet analyzer - OBEX parser * - * Copyright (C) 2004 Marcel Holtmann + * Copyright (C) 2004-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/parser.c b/tools/parser/parser.c index 6444b811a..fbbd045e7 100644 --- a/tools/parser/parser.c +++ b/tools/parser/parser.c @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - Common parser functions * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/parser.h b/tools/parser/parser.h index ae13017c0..f2f3daff3 100644 --- a/tools/parser/parser.h +++ b/tools/parser/parser.h @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - Common parser functions * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/rfcomm.c b/tools/parser/rfcomm.c index 40c68cf84..331ea6555 100644 --- a/tools/parser/rfcomm.c +++ b/tools/parser/rfcomm.c @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - RFCOMM parser * * Copyright (C) 2001-2002 Wayne Lee - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/rfcomm.h b/tools/parser/rfcomm.h index ac309fd74..45a0dc535 100644 --- a/tools/parser/rfcomm.h +++ b/tools/parser/rfcomm.h @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - RFCOMM parser * * Copyright (C) 2001-2002 Wayne Lee - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c index ba4acc2d0..bb813016d 100644 --- a/tools/parser/sdp.c +++ b/tools/parser/sdp.c @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - SDP parser * * Copyright (C) 2001-2002 Ricky Yuen - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h index f920d8f0b..4c68a66ca 100644 --- a/tools/parser/sdp.h +++ b/tools/parser/sdp.h @@ -3,7 +3,7 @@ * Bluetooth packet analyzer - SDP parser * * Copyright (C) 2001-2002 Ricky Yuen - * Copyright (C) 2003-2004 Marcel Holtmann + * Copyright (C) 2003-2005 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify -- 2.47.3