diff options
Diffstat (limited to 'rfcomm')
-rw-r--r-- | rfcomm/kword.c | 2 | ||||
-rw-r--r-- | rfcomm/kword.h | 2 | ||||
-rw-r--r-- | rfcomm/lexer.l | 2 | ||||
-rw-r--r-- | rfcomm/main.c | 2 | ||||
-rw-r--r-- | rfcomm/parser.y | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/rfcomm/kword.c b/rfcomm/kword.c index 2108fe4e..020f790f 100644 --- a/rfcomm/kword.c +++ b/rfcomm/kword.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/kword.h b/rfcomm/kword.h index dfcc60f0..557441cb 100644 --- a/rfcomm/kword.h +++ b/rfcomm/kword.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l index 9988243f..0c4dfee5 100644 --- a/rfcomm/lexer.l +++ b/rfcomm/lexer.l @@ -3,7 +3,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/main.c b/rfcomm/main.c index e648c2d1..f831f6a4 100644 --- a/rfcomm/main.c +++ b/rfcomm/main.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/parser.y b/rfcomm/parser.y index fe2cbe60..3afec076 100644 --- a/rfcomm/parser.y +++ b/rfcomm/parser.y @@ -3,7 +3,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify |