VirtualBox

Changeset 6503 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 25, 2008 9:53:43 AM (17 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox: the LGPL is now in COPYING.LIB, and fixed the headers refering to it

Location:
trunk/src/VBox/Frontends/VirtualBox/src/linux
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-layouts.h

    r5999 r6503  
    77
    88/*
    9  * Copyright (C) 2007 innotek GmbH
     9 * Copyright (C) 2008 innotek GmbH
    1010 *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * available from http://www.virtualbox.org. This file is free software;
     11 * This library is part of VirtualBox Open Source Edition (OSE), as
     12 * available from http://www.virtualbox.org. This library is free software;
    1313 * you can redistribute it and/or modify it under the terms of the GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  * available from http://www.virtualbox.org.
    19  *
    20  * This library is free software; you can redistribute it and/or
    21  * modify it under the terms of the GNU Lesser General Public
    22  * License as published by the Free Software Foundation; either
    23  * version 2.1 of the License, or (at your option) any later version.
     14 * Lesser General Public License as published by the Free Software
     15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the
     16 * VirtualBox OSE distribution.
    2417 *
    2518 * This library is distributed in the hope that it will be useful,
     
    2720 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    2821 * Lesser General Public License for more details.
    29  *
    30  * You should have received a copy of the GNU Lesser General Public
    31  * License along with this library; if not, write to the Free Software
    32  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 
    33 USA
    3422 */
    3523
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h

    r5999 r6503  
    77
    88/*
    9  * Copyright (C) 2007 innotek GmbH
    10  *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * available from http://www.virtualbox.org. This file is free software;
     9 * Copyright (C) 2008 innotek GmbH
     10 *
     11 * This library is part of VirtualBox Open Source Edition (OSE), as
     12 * available from http://www.virtualbox.org. This library is free software;
    1313 * you can redistribute it and/or modify it under the terms of the GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  * available from http://www.virtualbox.org.
    19  *
    20  * This library is free software; you can redistribute it and/or
    21  * modify it under the terms of the GNU Lesser General Public
    22  * License as published by the Free Software Foundation; either
    23  * version 2.1 of the License, or (at your option) any later version.
     14 * Lesser General Public License as published by the Free Software
     15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the
     16 * VirtualBox OSE distribution.
    2417 *
    2518 * This library is distributed in the hope that it will be useful,
     
    2720 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    2821 * Lesser General Public License for more details.
    29  *
    30  * You should have received a copy of the GNU Lesser General Public
    31  * License along with this library; if not, write to the Free Software
    32  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
    33 USA
    3422 */
    3523
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c

    r6460 r6503  
     1/** @file
     2 *
     3 * VBox frontends: Qt GUI ("VirtualBox"):
     4 * X11 keyboard handler library
     5 */
     6
    17/*
    28 * Copyright (C) 2008 innotek GmbH
    39 *
    410 * This library is part of VirtualBox Open Source Edition (OSE), as
    5  * available from http://www.virtualbox.org.
     11 * available from http://www.virtualbox.org. This library is free software;
     12 * you can redistribute it and/or modify it under the terms of the GNU
     13 * Lesser General Public License as published by the Free Software
     14 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the
     15 * VirtualBox OSE distribution.
     16 *
     17 * This library is distributed in the hope that it will be useful,
     18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     20 * Lesser General Public License for more details.
    621 */
    722
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h

    r5999 r6503  
    77
    88/*
    9  * Copyright (C) 2007 innotek GmbH
     9 * Copyright (C) 2008 innotek GmbH
    1010 *
    11  * This file is part of VirtualBox Open Source Edition (OSE), as
    12  * available from http://www.virtualbox.org. This file is free software;
     11 * This library is part of VirtualBox Open Source Edition (OSE), as
     12 * available from http://www.virtualbox.org. This library is free software;
    1313 * you can redistribute it and/or modify it under the terms of the GNU
    14  * General Public License (GPL) as published by the Free Software
    15  * Foundation, in version 2 as it comes in the "COPYING" file of the
    16  * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    17  * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    18  * available from http://www.virtualbox.org.
    19  *
    20  * This library is free software; you can redistribute it and/or
    21  * modify it under the terms of the GNU Lesser General Public
    22  * License as published by the Free Software Foundation; either
    23  * version 2.1 of the License, or (at your option) any later version.
     14 * Lesser General Public License as published by the Free Software
     15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the
     16 * VirtualBox OSE distribution.
    2417 *
    2518 * This library is distributed in the hope that it will be useful,
     
    2720 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    2821 * Lesser General Public License for more details.
    29  *
    30  * You should have received a copy of the GNU Lesser General Public
    31  * License along with this library; if not, write to the Free Software
    32  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    3322 */
    3423               
  • trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.h

    r5507 r6503  
    1 /*
     1/** @file
     2 *
     3 * VBox frontends: Qt GUI ("VirtualBox"):
    24 * X11 keyboard driver interface
    35 *
    4  * This library is free software; you can redistribute it and/or
    5  * modify it under the terms of the GNU Lesser General Public
    6  * License as published by the Free Software Foundation; either
    7  * version 2.1 of the License, or (at your option) any later version.
     6 */
     7
     8/*
     9 * Copyright (C) 2008 innotek GmbH
     10 *
     11 * This library is part of VirtualBox Open Source Edition (OSE), as
     12 * available from http://www.virtualbox.org. This library is free software;
     13 * you can redistribute it and/or modify it under the terms of the GNU
     14 * Lesser General Public License as published by the Free Software
     15 * Foundation, in version 2.1 as it comes in the "COPYING.LIB" file of the
     16 * VirtualBox OSE distribution.
    817 *
    918 * This library is distributed in the hope that it will be useful,
     
    1120 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    1221 * Lesser General Public License for more details.
    13  *
    14  * You should have received a copy of the GNU Lesser General Public
    15  * License along with this library; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1722 */
    1823
     
    3843
    3944/* debug macros */
    40 #if 0 && defined(DEBUG)
     45#if 1 && defined(DEBUG)
    4146# include <stdio.h>
    4247# define noop printf
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette