diff --git a/java/src/ch/ntb/usb/testApp/TestApp.java b/java/src/ch/ntb/usb/testApp/TestApp.java index d6aca35..bf0c85a 100644 --- a/java/src/ch/ntb/usb/testApp/TestApp.java +++ b/java/src/ch/ntb/usb/testApp/TestApp.java @@ -1,3 +1,9 @@ +/* + * Java LibUsb-Win32 wrapper + * Copyright (c) 2005-2006 Andreas Schläpfer + * + * This library is covered by the LGPL, read LGPL.txt for details. + */ package ch.ntb.usb.testApp; import java.awt.BorderLayout;