1Copyright (C) 2017 The Android Open Source Project 2DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 4This file implements interfaces from the file jdwpTransport.h. This 5implementation is licensed under the same terms as the file 6jdwpTransport.h. The copyright and license information for the file 7jdwpTransport.h follows. 8 9Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. 10DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 11 12This code is free software; you can redistribute it and/or modify it 13under the terms of the GNU General Public License version 2 only, as 14published by the Free Software Foundation. Oracle designates this 15particular file as subject to the "Classpath" exception as provided 16by Oracle in the LICENSE file that accompanied this code. 17 18This code is distributed in the hope that it will be useful, but WITHOUT 19ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 21version 2 for more details (a copy is included in the LICENSE file that 22accompanied this code). 23 24You should have received a copy of the GNU General Public License version 252 along with this work; if not, write to the Free Software Foundation, 26Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 27 28Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 29or visit www.oracle.com if you need additional information or have any 30questions. 31