Changeset 18694 in vbox for trunk/src/VBox/Main/webservice/samples/perl
- Timestamp:
- Apr 3, 2009 2:23:27 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45632
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/samples/perl/clienttest.pl
r17681 r18694 6 6 # programming reference (SDKRef.pdf) for how to use this sample. 7 7 # 8 # Copyright (C) 200 6-2009 Sun Microsystems, Inc.8 # Copyright (C) 2008-2009 Sun Microsystems, Inc. 9 9 # 10 # This file is part of VirtualBox Open Source Edition (OSE), as 11 # available from http://www.virtualbox.org. This file is free software; 12 # you can redistribute it and/or modify it under the terms of the GNU 13 # General Public License (GPL) as published by the Free Software 14 # Foundation, in version 2 as it comes in the "COPYING" file of the 15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 10 # The following license applies to this file only: 17 11 # 18 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 19 # Clara, CA 95054 USA or visit http://www.sun.com if you need 20 # additional information or have any questions. 12 # Permission is hereby granted, free of charge, to any person 13 # obtaining a copy of this software and associated documentation 14 # files (the "Software"), to deal in the Software without 15 # restriction, including without limitation the rights to use, 16 # copy, modify, merge, publish, distribute, sublicense, and/or 17 # sell copies of the Software, and to permit persons to whom the 18 # Software is furnished to do so, subject to the following conditions: 19 # 20 # The above copyright notice and this permission notice shall be 21 # included in all copies or substantial portions of the Software. 22 # 23 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 24 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 25 # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 26 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 27 # HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 28 # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 29 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 30 # OTHER DEALINGS IN THE SOFTWARE. 21 31 # 22 32
Note:
See TracChangeset
for help on using the changeset viewer.