- Timestamp:
- May 27, 2010 9:41:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62051
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/glue-jaxws.xsl
r29715 r29835 51 51 <xsl:param name="name" /> 52 52 <xsl:text>/** 53 * Copyright (C) 2008-20 09 Sun Microsystems, Inc.53 * Copyright (C) 2008-2010 Oracle Corporation 54 54 * 55 55 * This file is part of a free software library; you can redistribute … … 60 60 * but WITHOUT ANY WARRANTY of any kind. 61 61 * 62 * SunLGPL Disclaimer: For the avoidance of doubt, except that if62 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if 63 63 * any license choice other than GPL or LGPL is available it will 64 * apply instead, Sunelects to use only the Lesser General Public64 * apply instead, Oracle elects to use only the Lesser General Public 65 65 * License version 2.1 (LGPLv2) at this time for any software where 66 66 * a choice of LGPL license versions is made available with the … … 68 68 * or where a choice of which version of the LGPL is applied is 69 69 * otherwise unspecified. 70 *71 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa72 * Clara, CA 95054 USA or visit http://www.sun.com if you need73 * additional information or have any questions.74 70 * 75 71 </xsl:text> -
trunk/src/VBox/Main/webservice/websrv-php.xsl
r29200 r29835 349 349 350 350 /* 351 * Copyright (C) 2009 Sun Microsystems, Inc. 352 * 353 * This file is part of VirtualBox Open Source Edition (OSE), as 354 * available from http://www.virtualbox.org. This file is free software; 355 * you can redistribute it and/or modify it under the terms of the GNU 356 * General Public License (GPL) as published by the Free Software 357 * Foundation, in version 2 as it comes in the "COPYING" file of the 358 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 359 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 360 * 361 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 362 * Clara, CA 95054 USA or visit http://www.sun.com if you need 363 * additional information or have any questions. 364 * 365 * This file is autogenerated from VirtualBox.xidl, DO NOT EDIT! 366 */ 351 * Copyright (C) 2008-2010 Oracle Corporation 352 * 353 * This file is part of a free software library; you can redistribute 354 * it and/or modify it under the terms of the GNU Lesser General 355 * Public License version 2.1 as published by the Free Software 356 * Foundation and shipped in the "COPYING.LIB" file with this library. 357 * The library is distributed in the hope that it will be useful, 358 * but WITHOUT ANY WARRANTY of any kind. 359 * 360 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if 361 * any license choice other than GPL or LGPL is available it will 362 * apply instead, Oracle elects to use only the Lesser General Public 363 * License version 2.1 (LGPLv2) at this time for any software where 364 * a choice of LGPL license versions is made available with the 365 * language indicating that LGPLv2 or any later version may be used, 366 * or where a choice of which version of the LGPL is applied is 367 * otherwise unspecified. 368 * 369 * This file is autogenerated from VirtualBox.xidl, DO NOT EDIT! 370 */ 367 371 368 372 class VBox_ManagedObject -
trunk/src/VBox/Main/webservice/websrv-python.xsl
r29200 r29835 443 443 444 444 <xsl:template match="/"> 445 <xsl:text># Copyright (C) 2008-20 09 Sun Microsystems, Inc.445 <xsl:text># Copyright (C) 2008-2010 Oracle Corporation 446 446 # 447 # This file is part of VirtualBox Open Source Edition (OSE), as 448 # available from http://www.virtualbox.org. This file is free software; 449 # you can redistribute it and/or modify it under the terms of the GNU 450 # General Public License (GPL) as published by the Free Software 451 # Foundation, in version 2 as it comes in the "COPYING" file of the 452 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 453 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 447 # This file is part of a free software library; you can redistribute 448 # it and/or modify it under the terms of the GNU Lesser General 449 # Public License version 2.1 as published by the Free Software 450 # Foundation and shipped in the "COPYING.LIB" file with this library. 451 # The library is distributed in the hope that it will be useful, 452 # but WITHOUT ANY WARRANTY of any kind. 454 453 # 455 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa 456 # Clara, CA 95054 USA or visit http://www.sun.com if you need 457 # additional information or have any questions. 454 # Oracle LGPL Disclaimer: For the avoidance of doubt, except that if 455 # any license choice other than GPL or LGPL is available it will 456 # apply instead, Oracle elects to use only the Lesser General Public 457 # License version 2.1 (LGPLv2) at this time for any software where 458 # a choice of LGPL license versions is made available with the 459 # language indicating that LGPLv2 or any later version may be used, 460 # or where a choice of which version of the LGPL is applied is 461 # otherwise unspecified. 458 462 # 459 463 # This file is autogenerated from VirtualBox.xidl, DO NOT EDIT!
Note:
See TracChangeset
for help on using the changeset viewer.