8228397: Missing license copyright header in some properties files
Reviewed-by: iris, mchung, naoto
## Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.## This code is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License version 2 only, as# published by the Free Software Foundation. Oracle designates this# particular file as subject to the "Classpath" exception as provided# by Oracle in the LICENSE file that accompanied this code.## This code is distributed in the hope that it will be useful, but WITHOUT# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# version 2 for more details (a copy is included in the LICENSE file that# accompanied this code).## You should have received a copy of the GNU General Public License version# 2 along with this work; if not, write to the Free Software Foundation,# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.## Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA# or visit www.oracle.com if you need additional information or have any# questions.#true = truefalse = falseversion_format = Java Debug Interface (Reference Implementation) version {0}.{1} \n{2}raw.command = Raw command to start the debugged application VMraw.command.label = Commandraw.address = Address from which to listen for a connection after the raw command is runraw.address.label = Addressraw.quote = Character used to combine space-delimited text into a single command line argumentraw.quote.label = Quoteraw.description = Launches target using user-specified command line and attaches to itsun.home = Home directory of the SDK or runtime environment used to launch the applicationsun.home.label = Home sun.options = Launched VM optionssun.options.label = Optionssun.main = Main class and arguments, or if -jar is an option, the main jar file and argumentssun.main.label = Mainsun.init_suspend = All threads will be suspended before execution of mainsun.init_suspend.label = Suspendsun.quote = Character used to combine space-delimited text into a single command line argumentsun.quote.label = Quotesun.vm_exec = Name of the Java VM launchersun.vm_exec.label = Launchersun.description = Launches target using Sun Java VM command line and attaches to itgeneric_attaching.address = Address to which to attach for VM connectionsgeneric_attaching.address.label = Addressgeneric_attaching.timeout = Timeout while waiting to attach generic_attaching.timeout.label = Timeoutgeneric_listening.address = Address to listen for VM connectionsgeneric_listening.address.label = Addressgeneric_listening.timeout = Timeout while waiting for connectiongeneric_listening.timeout.label = Timeoutsocket_transportservice.description = Connects debugger and debugee using a TCP connectionmemory_transportservice.description = Connects debugger and debugee using a shared memory connectionsocket_attaching.host = Machine name to which to attach for VM connectionssocket_attaching.host.label = Hostsocket_attaching.port = Port number to which to attach for VM connectionssocket_attaching.port.label = Portsocket_attaching.description = Attaches by socket to other VMssocket_listening.localaddr = Local address that the listener binds tosocket_listening.localaddr.label = Local addresssocket_listening.port = Port number at which to listen for VM connectionssocket_listening.port.label = Portsocket_listening.description = Accepts socket connections initiated by other VMsmemory_attaching.name = Name of the shared memory area to which to attach for VM connectionsmemory_attaching.name.label = Namememory_attaching.description = Attaches by shared memory to other VMsmemory_listening.name = Name of the shared memory area at which to listen for VM connectionmemory_listening.name.label = Namememory_listening.description = Accepts shared memory connections initiated by other VMsprocess_attaching.description = Attaches to debuggee by process-id (pid)process_attaching.pid = pidprocess_attaching.pid.label = Process-id (pid) of debuggee