VirtualBox

Changeset 69346 in vbox


Ignore:
Timestamp:
Oct 26, 2017 1:36:28 PM (7 years ago)
Author:
vboxsync
Message:

vboxvideo: scm updates (mit license formatting, 'this file is based on' instead of 'this code is based on').

Location:
trunk/src/VBox/Additions/x11/vboxvideo
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h

    r69061 r69346  
    33 * Copyright (C) 2017 Oracle Corporation
    44 *
    5  * Permission is hereby granted, free of charge, to any person obtaining a
    6  * copy of this software and associated documentation files (the "Software"),
    7  * to deal in the Software without restriction, including without limitation
    8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    9  * and/or sell copies of the Software, and to permit persons to whom the
    10  * Software is furnished to do so, subject to the following conditions:
     5 * Permission is hereby granted, free of charge, to any person
     6 * obtaining a copy of this software and associated documentation
     7 * files (the "Software"), to deal in the Software without
     8 * restriction, including without limitation the rights to use,
     9 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     10 * copies of the Software, and to permit persons to whom the
     11 * Software is furnished to do so, subject to the following
     12 * conditions:
    1113 *
    12  * The above copyright notice and this permission notice shall be included in
    13  * all copies or substantial portions of the Software.
     14 * The above copyright notice and this permission notice shall be
     15 * included in all copies or substantial portions of the Software.
    1416 *
    15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    17  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
    18  * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
    19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
    21  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     18 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     19 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     20 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     21 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     24 * OTHER DEALINGS IN THE SOFTWARE.
    2225 */
    2326
  • trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h

    r69085 r69346  
    33 * Copyright (C) 2017 Oracle Corporation
    44 *
    5  * Permission is hereby granted, free of charge, to any person obtaining a
    6  * copy of this software and associated documentation files (the "Software"),
    7  * to deal in the Software without restriction, including without limitation
    8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    9  * and/or sell copies of the Software, and to permit persons to whom the
    10  * Software is furnished to do so, subject to the following conditions:
     5 * Permission is hereby granted, free of charge, to any person
     6 * obtaining a copy of this software and associated documentation
     7 * files (the "Software"), to deal in the Software without
     8 * restriction, including without limitation the rights to use,
     9 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     10 * copies of the Software, and to permit persons to whom the
     11 * Software is furnished to do so, subject to the following
     12 * conditions:
    1113 *
    12  * The above copyright notice and this permission notice shall be included in
    13  * all copies or substantial portions of the Software.
     14 * The above copyright notice and this permission notice shall be
     15 * included in all copies or substantial portions of the Software.
    1416 *
    15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    17  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
    18  * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
    19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
    21  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     18 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     19 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     20 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     21 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     24 * OTHER DEALINGS IN THE SOFTWARE.
    2225 */
    2326
  • trunk/src/VBox/Additions/x11/vboxvideo/edid.c

    r69075 r69346  
    88 * Copyright (C) 2006-2017 Oracle Corporation
    99 *
    10  * This code is based on drmmode_display.c from the X.Org xf86-video-intel
     10 * This file is based on drmmode_display.c from the X.Org xf86-video-intel
    1111 * driver with the following copyright notice:
    1212 *
  • trunk/src/VBox/Additions/x11/vboxvideo/getmode.c

    r69080 r69346  
    77 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    9  * Permission is hereby granted, free of charge, to any person obtaining a
    10  * copy of this software and associated documentation files (the "Software"),
    11  * to deal in the Software without restriction, including without limitation
    12  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    13  * and/or sell copies of the Software, and to permit persons to whom the
    14  * Software is furnished to do so, subject to the following conditions:
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1517 *
    16  * The above copyright notice and this permission notice shall be included in
    17  * all copies or substantial portions of the Software.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1820 *
    19  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    20  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    21  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
    22  * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
    23  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    24  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
    25  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2629 */
    2730
  • trunk/src/VBox/Additions/x11/vboxvideo/hgsmimemalloc.c

    r69061 r69346  
    33 * Copyright (C) 2017 Oracle Corporation
    44 *
    5  * Permission is hereby granted, free of charge, to any person obtaining a
    6  * copy of this software and associated documentation files (the "Software"),
    7  * to deal in the Software without restriction, including without limitation
    8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    9  * and/or sell copies of the Software, and to permit persons to whom the
    10  * Software is furnished to do so, subject to the following conditions:
     5 * Permission is hereby granted, free of charge, to any person
     6 * obtaining a copy of this software and associated documentation
     7 * files (the "Software"), to deal in the Software without
     8 * restriction, including without limitation the rights to use,
     9 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     10 * copies of the Software, and to permit persons to whom the
     11 * Software is furnished to do so, subject to the following
     12 * conditions:
    1113 *
    12  * The above copyright notice and this permission notice shall be included in
    13  * all copies or substantial portions of the Software.
     14 * The above copyright notice and this permission notice shall be
     15 * included in all copies or substantial portions of the Software.
    1416 *
    15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    16  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    17  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
    18  * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
    19  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    20  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
    21  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     18 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     19 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     20 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     21 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     22 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     23 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     24 * OTHER DEALINGS IN THE SOFTWARE.
    2225 */
    2326
  • trunk/src/VBox/Additions/x11/vboxvideo/pointer.c

    r69080 r69346  
    77 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    9  * Permission is hereby granted, free of charge, to any person obtaining a
    10  * copy of this software and associated documentation files (the "Software"),
    11  * to deal in the Software without restriction, including without limitation
    12  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    13  * and/or sell copies of the Software, and to permit persons to whom the
    14  * Software is furnished to do so, subject to the following conditions:
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
    1517 *
    16  * The above copyright notice and this permission notice shall be included in
    17  * all copies or substantial portions of the Software.
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
    1820 *
    19  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    20  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    21  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
    22  * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
    23  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    24  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
    25  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2629 */
    2730
  • trunk/src/VBox/Additions/x11/vboxvideo/setmode.c

    r69080 r69346  
    77 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    9  * This code is based on:
    10  *
    11  * X11 VESA driver
     9 * This file is based on X11 VESA driver (hardly any traces left here):
    1210 *
    1311 * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c

    r69082 r69346  
    77 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    9  * This code is based on the X.Org VESA driver with the following copyrights:
     9 * This file is based on the X.Org VESA driver:
    1010 *
    1111 * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h

    r69082 r69346  
    77 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    9  * This code is based on:
    10  *
    11  * X11 VESA driver
     9 * This file is based on the X11 VESA driver:
    1210 *
    1311 * Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
     
    237235#endif
    238236
    239 #endif /* _VBOXVIDEO_H_ */
    240 
     237#endif /* !_VBOXVIDEO_H_ */
     238
  • trunk/src/VBox/Additions/x11/vboxvideo/vbva.c

    r69081 r69346  
    77 * Copyright (C) 2006-2017 Oracle Corporation
    88 *
    9  * Permission is hereby granted, free of charge, to any person obtaining a
    10  * copy of this software and associated documentation files (the "Software"),
    11  * to deal in the Software without restriction, including without limitation
    12  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
    13  * and/or sell copies of the Software, and to permit persons to whom the
    14  * Software is furnished to do so, subject to the following conditions:
    15  *
    16  * The above copyright notice and this permission notice shall be included in
    17  * all copies or substantial portions of the Software.
    18  *
    19  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    20  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    21  * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
    22  * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
    23  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    24  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
    25  * USE OR OTHER DEALINGS IN THE SOFTWARE.
     9 * Permission is hereby granted, free of charge, to any person
     10 * obtaining a copy of this software and associated documentation
     11 * files (the "Software"), to deal in the Software without
     12 * restriction, including without limitation the rights to use,
     13 * copy, modify, merge, publish, distribute, sublicense, and/or sell
     14 * copies of the Software, and to permit persons to whom the
     15 * Software is furnished to do so, subject to the following
     16 * conditions:
     17 *
     18 * The above copyright notice and this permission notice shall be
     19 * included in all copies or substantial portions of the Software.
     20 *
     21 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
     22 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
     23 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
     24 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
     25 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     26 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     27 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     28 * OTHER DEALINGS IN THE SOFTWARE.
    2629 */
    2730
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