VirtualBox

Ignore:
Timestamp:
Sep 2, 2008 1:09:44 PM (16 years ago)
Author:
vboxsync
Message:

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

Location:
trunk/src/VBox/Devices/PC/Etherboot-src/core
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/config.c

    r1 r11982  
    44 * published by the Free Software Foundation; either version 2, or (at
    55 * your option) any later version.
     6 */
     7
     8/*
     9 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     10 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     11 * the General Public License version 2 (GPLv2) at this time for any software where
     12 * a choice of GPL license versions is made available with the language indicating
     13 * that GPLv2 or any later version may be used, or where a choice of which version
     14 * of the GPL is applied is otherwise unspecified.
    615 */
    716
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c

    r1 r11982  
    3535*    2004-08-28 Improve readability, set recursion flag
    3636***************************************************************************/
     37
     38/*
     39 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     40 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     41 * the General Public License version 2 (GPLv2) at this time for any software where
     42 * a choice of GPL license versions is made available with the language indicating
     43 * that GPLv2 or any later version may be used, or where a choice of which version
     44 * of the GPL is applied is otherwise unspecified.
     45 */
    3746
    3847#ifdef DNS_RESOLVER
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/isa_probe.c

    r1 r11982  
    55 * published by the Free Software Foundation; either version 2, or (at
    66 * your option) any later version.
     7 */
     8
     9/*
     10 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     11 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     12 * the General Public License version 2 (GPLv2) at this time for any software where
     13 * a choice of GPL license versions is made available with the language indicating
     14 * that GPLv2 or any later version may be used, or where a choice of which version
     15 * of the GPL is applied is otherwise unspecified.
    716 */
    817
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/isapnp.c

    r1 r11982  
    2727*    Version 0.1 April 26, 2002         TJL
    2828*    Version 0.2 01/08/2003             TJL Moved outside the 3c515.c driver file
     29
     30/*
     31 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     32 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     33 * the General Public License version 2 (GPLv2) at this time for any software where
     34 * a choice of GPL license versions is made available with the language indicating
     35 * that GPLv2 or any later version may be used, or where a choice of which version
     36 * of the GPL is applied is otherwise unspecified.
     37 */
    2938*    Version 0.3 Sept 23, 2003  timlegge Change delay to currticks
    3039*               
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/osloader.c

    r1 r11982  
    3030 */
    3131
     32/*
     33 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     34 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     35 * the General Public License version 2 (GPLv2) at this time for any software where
     36 * a choice of GPL license versions is made available with the language indicating
     37 * that GPLv2 or any later version may be used, or where a choice of which version
     38 * of the GPL is applied is otherwise unspecified.
     39 */
     40
    3241#include "etherboot.h"
    3342
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/pci.c

    r1 r11982  
    66 * published by the Free Software Foundation; either version 2, or (at
    77 * your option) any later version.
     8 */
     9
     10/*
     11 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     12 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     13 * the General Public License version 2 (GPLv2) at this time for any software where
     14 * a choice of GPL license versions is made available with the language indicating
     15 * that GPLv2 or any later version may be used, or where a choice of which version
     16 * of the GPL is applied is otherwise unspecified.
    817 */
    918
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/pci_probe.c

    r1 r11982  
    55 * published by the Free Software Foundation; either version 2, or (at
    66 * your option) any later version.
     7 */
     8
     9/*
     10 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     11 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     12 * the General Public License version 2 (GPLv2) at this time for any software where
     13 * a choice of GPL license versions is made available with the language indicating
     14 * that GPLv2 or any later version may be used, or where a choice of which version
     15 * of the GPL is applied is otherwise unspecified.
    716 */
    817
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/proto_tftm.c

    r1 r11982  
    2020*    This code is based on the DOWNLOAD_PROTO_TFTM section of
    2121*    Etherboot 5.3 core/nic.c and:
     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*    Anselm Martin Hoffmeister's previous proto_tftm.c multicast work
  • trunk/src/VBox/Devices/PC/Etherboot-src/core/timer.c

    r1 r11982  
    66 * published by the Free Software Foundation; either version 2, or (at
    77 * your option) any later version.
     8 */
     9
     10/*
     11 * Sun GPL Disclaimer: For the avoidance of doubt, except that if any license choice
     12 * other than GPL or LGPL is available it will apply instead, Sun elects to use only
     13 * the General Public License version 2 (GPLv2) at this time for any software where
     14 * a choice of GPL license versions is made available with the language indicating
     15 * that GPLv2 or any later version may be used, or where a choice of which version
     16 * of the GPL is applied is otherwise unspecified.
    817 */
    918
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