summaryrefslogtreecommitdiff
path: root/firmware/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usb.c')
-rw-r--r--firmware/usb.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/usb.c b/firmware/usb.c
index d7a54d915f..750bad4507 100644
--- a/firmware/usb.c
+++ b/firmware/usb.c
@@ -14,8 +14,10 @@
14 * Original file: podzilla/usb.c 14 * Original file: podzilla/usb.c
15 * Copyright (C) 2005 Adam Johnston 15 * Copyright (C) 2005 Adam Johnston
16 * 16 *
17 * All files in this archive are subject to the GNU General Public License. 17 * This program is free software; you can redistribute it and/or
18 * See the file COPYING in the source tree root for full license agreement. 18 * modify it under the terms of the GNU General Public License
19 * as published by the Free Software Foundation; either version 2
20 * of the License, or (at your option) any later version.
19 * 21 *
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied. 23 * KIND, either express or implied.