VirtualBox

Changeset 11982 in vbox for trunk/src/VBox/RDP


Ignore:
Timestamp:
Sep 2, 2008 1:09:44 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35885
Message:

All: license header changes for 2.0 (OSE headers, add Sun GPL/LGPL disclaimer)

Location:
trunk/src/VBox/RDP/client
Files:
48 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/RDP/client/Makefile.kmk

    r11805 r11982  
    77# Copyright (C) 2006-2007 Sun Microsystems, Inc.
    88#
    9 # Sun Microsystems, Inc. confidential
    10 # All rights reserved
     9# This file is part of VirtualBox Open Source Edition (OSE), as
     10# available from http://www.virtualbox.org. This file is free software;
     11# you can redistribute it and/or modify it under the terms of the GNU
     12# General Public License (GPL) as published by the Free Software
     13# Foundation, in version 2 as it comes in the "COPYING" file of the
     14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16#
     17# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
     18# Clara, CA 95054 USA or visit http://www.sun.com if you need
     19# additional information or have any questions.
    1120#
    1221
  • trunk/src/VBox/RDP/client/bitmap.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130/* three seperate function for speed when decompressing the bitmaps
  • trunk/src/VBox/RDP/client/cache.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/channels.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/cliprdr.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/constants.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130/* TCP port for Remote Desktop Protocol */
  • trunk/src/VBox/RDP/client/disk.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "disk.h"
  • trunk/src/VBox/RDP/client/disk.h

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#define FILE_ATTRIBUTE_READONLY                 0x00000001
  • trunk/src/VBox/RDP/client/ewmhints.c

    r9902 r11982  
    2323*/
    2424
     25/*
     26 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     27 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     28 * the General Public License version 2 (GPLv2) at this time for any software where
     29 * a choice of GPL license versions is made available with the language indicating
     30 * that GPLv2 or any later version may be used, or where a choice of which version
     31 * of the GPL is applied is otherwise unspecified.
     32 */
     33
    2534#include <X11/Xlib.h>
    2635#include <X11/Xatom.h>
  • trunk/src/VBox/RDP/client/iso.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/licence.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/lspci.c

    r9902 r11982  
    1818+   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919+*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/mcs.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/mppc.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <stdio.h>
  • trunk/src/VBox/RDP/client/orders.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/orders.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#define RDP_ORDER_STANDARD   0x01
  • trunk/src/VBox/RDP/client/parallel.c

    r9902 r11982  
    1717   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818*/
     19
     20/*
     21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * the General Public License version 2 (GPLv2) at this time for any software where
     24 * a choice of GPL license versions is made available with the language indicating
     25 * that GPLv2 or any later version may be used, or where a choice of which version
     26 * of the GPL is applied is otherwise unspecified.
     27 */
    1928#define MAX_PARALLEL_DEVICES            1
    2029
  • trunk/src/VBox/RDP/client/parse.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130/* Parser state */
  • trunk/src/VBox/RDP/client/printer.c

    r9902 r11982  
    1717   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818*/
     19
     20/*
     21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * the General Public License version 2 (GPLv2) at this time for any software where
     24 * a choice of GPL license versions is made available with the language indicating
     25 * that GPLv2 or any later version may be used, or where a choice of which version
     26 * of the GPL is applied is otherwise unspecified.
     27 */
    1928
    2029#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/printercache.c

    r9902 r11982  
    2020 */
    2121
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
     30
    2231/* According to the W2K RDP Printer Redirection WhitePaper, a data
    2332 * blob is sent to the client after the configuration of the printer
  • trunk/src/VBox/RDP/client/proto.h

    r9902 r11982  
    1717   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818*/
     19
     20/*
     21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * the General Public License version 2 (GPLv2) at this time for any software where
     24 * a choice of GPL license versions is made available with the language indicating
     25 * that GPLv2 or any later version may be used, or where a choice of which version
     26 * of the GPL is applied is otherwise unspecified.
     27 */
    1928
    2029#ifndef RDESKTOP_PROTO_H
  • trunk/src/VBox/RDP/client/pstcache.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/rdesktop.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <stdarg.h>             /* va_list va_start va_end */
  • trunk/src/VBox/RDP/client/rdesktop.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <stdlib.h>
  • trunk/src/VBox/RDP/client/rdp.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <time.h>
  • trunk/src/VBox/RDP/client/rdp5.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/rdpdr.c

    r9902 r11982  
    1717   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818*/
     19
     20/*
     21 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     22 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     23 * the General Public License version 2 (GPLv2) at this time for any software where
     24 * a choice of GPL license versions is made available with the language indicating
     25 * that GPLv2 or any later version may be used, or where a choice of which version
     26 * of the GPL is applied is otherwise unspecified.
     27 */
    1928
    2029/*
  • trunk/src/VBox/RDP/client/rdpsnd.c

    r9902 r11982  
    2020   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2121*/
     22
     23/*
     24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     26 * the General Public License version 2 (GPLv2) at this time for any software where
     27 * a choice of GPL license versions is made available with the language indicating
     28 * that GPLv2 or any later version may be used, or where a choice of which version
     29 * of the GPL is applied is otherwise unspecified.
     30 */
    2231
    2332#include <assert.h>
  • trunk/src/VBox/RDP/client/rdpsnd.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130struct audio_packet
  • trunk/src/VBox/RDP/client/rdpsnd_alsa.c

    r9902 r11982  
    2121   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2222*/
     23
     24/*
     25 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     27 * the General Public License version 2 (GPLv2) at this time for any software where
     28 * a choice of GPL license versions is made available with the language indicating
     29 * that GPLv2 or any later version may be used, or where a choice of which version
     30 * of the GPL is applied is otherwise unspecified.
     31 */
    2332
    2433#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/rdpsnd_dsp.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <strings.h>
  • trunk/src/VBox/RDP/client/rdpsnd_dsp.h

    r9902 r11982  
    1919*/
    2020
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
     29
    2130/* Software volume control */
    2231void rdpsnd_dsp_softvol_set(uint16 left, uint16 right);
  • trunk/src/VBox/RDP/client/rdpsnd_libao.c

    r9902 r11982  
    2020   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2121*/
     22
     23/*
     24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     26 * the General Public License version 2 (GPLv2) at this time for any software where
     27 * a choice of GPL license versions is made available with the language indicating
     28 * that GPLv2 or any later version may be used, or where a choice of which version
     29 * of the GPL is applied is otherwise unspecified.
     30 */
    2231
    2332#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/rdpsnd_oss.c

    r9902 r11982  
    2020   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2121*/
     22
     23/*
     24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     26 * the General Public License version 2 (GPLv2) at this time for any software where
     27 * a choice of GPL license versions is made available with the language indicating
     28 * that GPLv2 or any later version may be used, or where a choice of which version
     29 * of the GPL is applied is otherwise unspecified.
     30 */
    2231
    2332/*
  • trunk/src/VBox/RDP/client/rdpsnd_sgi.c

    r9902 r11982  
    2020   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2121*/
     22
     23/*
     24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     26 * the General Public License version 2 (GPLv2) at this time for any software where
     27 * a choice of GPL license versions is made available with the language indicating
     28 * that GPLv2 or any later version may be used, or where a choice of which version
     29 * of the GPL is applied is otherwise unspecified.
     30 */
    2231
    2332#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/rdpsnd_sun.c

    r9902 r11982  
    2121   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2222*/
     23
     24/*
     25 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     27 * the General Public License version 2 (GPLv2) at this time for any software where
     28 * a choice of GPL license versions is made available with the language indicating
     29 * that GPLv2 or any later version may be used, or where a choice of which version
     30 * of the GPL is applied is otherwise unspecified.
     31 */
    2332
    2433#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/scard.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <stdio.h>
  • trunk/src/VBox/RDP/client/scard.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include <pthread.h>
  • trunk/src/VBox/RDP/client/seamless.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/secure.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/serial.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029#include <unistd.h>
    2130#include <fcntl.h>
  • trunk/src/VBox/RDP/client/ssl.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include "rdesktop.h"
  • trunk/src/VBox/RDP/client/ssl.h

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#ifndef _SSL_H
  • trunk/src/VBox/RDP/client/tcp.c

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130#ifndef _WIN32
  • trunk/src/VBox/RDP/client/types.h

    r9902 r11982  
    1818   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919*/
     20
     21/*
     22 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     23 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     24 * the General Public License version 2 (GPLv2) at this time for any software where
     25 * a choice of GPL license versions is made available with the language indicating
     26 * that GPLv2 or any later version may be used, or where a choice of which version
     27 * of the GPL is applied is otherwise unspecified.
     28 */
    2029
    2130typedef int RD_BOOL;
  • trunk/src/VBox/RDP/client/xclip.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include <X11/Xlib.h>
  • trunk/src/VBox/RDP/client/xkeymap.c

    r9902 r11982  
    2020   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2121*/
     22
     23/*
     24 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     25 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     26 * the General Public License version 2 (GPLv2) at this time for any software where
     27 * a choice of GPL license versions is made available with the language indicating
     28 * that GPLv2 or any later version may be used, or where a choice of which version
     29 * of the GPL is applied is otherwise unspecified.
     30 */
    2231
    2332#ifdef RDP2VNC
  • trunk/src/VBox/RDP/client/xwin.c

    r9902 r11982  
    1919   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020*/
     21
     22/*
     23 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     24 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     25 * the General Public License version 2 (GPLv2) at this time for any software where
     26 * a choice of GPL license versions is made available with the language indicating
     27 * that GPLv2 or any later version may be used, or where a choice of which version
     28 * of the GPL is applied is otherwise unspecified.
     29 */
    2130
    2231#include <X11/Xlib.h>
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