~ubuntu-branches/ubuntu/natty/virtualbox-ose/natty-updates

« back to all changes in this revision

Viewing changes to src/VBox/Runtime/generic/RTUuidCreate-generic.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-05-25 22:51:39 UTC
  • mfrom: (0.3.6 upstream) (0.4.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100525225139-hpo777g413iyfvzu
Tags: 3.2.0-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Set x11 backport switch to "lucid".
  - VirtualBox should go in Accessories, not in System tools. (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop u03-fix-cpu-lockup.dpatch, fixed upstream.
* Remove Launchpad integration as (non-packaging) bugs should be reported
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: RTUuidCreate-generic.cpp $ */
 
1
/* $Id: RTUuidCreate-generic.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */
2
2
/** @file
3
3
 * IPRT - UUID, Generic RTUuidCreate implementation.
4
4
 */
5
5
 
6
6
/*
7
 
 * Copyright (C) 2006-2007 Sun Microsystems, Inc.
 
7
 * Copyright (C) 2006-2007 Oracle Corporation
8
8
 *
9
9
 * This file is part of VirtualBox Open Source Edition (OSE), as
10
10
 * available from http://www.virtualbox.org. This file is free software;
22
22
 *
23
23
 * You may elect to license modified versions of this file under the
24
24
 * terms and conditions of either the GPL or the CDDL or both.
25
 
 *
26
 
 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
27
 
 * Clara, CA 95054 USA or visit http://www.sun.com if you need
28
 
 * additional information or have any questions.
29
25
 */
30
26
 
31
27