diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-02 03:37:05 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-02 03:37:05 +0000 |
commit | e823c15e43a6f924779e466d434c51157002d9ee (patch) | |
tree | e8ad19952f012fff6d39432c6f635b7ee2e20023 /sbc/sbcenc.c | |
parent | ae689c59cc62acc9f160afe6beb6ccc07b6c6f55 (diff) |
Update copyright information
Diffstat (limited to 'sbc/sbcenc.c')
-rw-r--r-- | sbc/sbcenc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbc/sbcenc.c b/sbc/sbcenc.c index cba31c7b..cf5e1533 100644 --- a/sbc/sbcenc.c +++ b/sbc/sbcenc.c @@ -2,7 +2,7 @@ * * Bluetooth low-complexity, subband codec (SBC) encoder * - * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify @@ -190,7 +190,7 @@ done: static void usage(void) { printf("SBC encoder utility ver %s\n", VERSION); - printf("Copyright (c) 2004-2007 Marcel Holtmann\n\n"); + printf("Copyright (c) 2004-2008 Marcel Holtmann\n\n"); printf("Usage:\n" "\tsbcenc [options] file(s)\n" |