<Document Title>

Total Page:16

File Type:pdf, Size:1020Kb

<Document Title> DATE OSS Disclosure Document CM_CI1 3rd Dec 2019 OSS Licenses used in RN_AIVI Project CM_CI1_RN_AIVI_Scope3.x This document is provided as part of the fulfillment of OSS license conditions and does not require users to take any action before or while using the product. Page- 1 © This is the exclusive property of ROBERT BOSCH ENGINEERING AND BUSINESS SOLUTIONS PRIVATE LIMITED. Without their consent, it may not be reproduced or given to third parties DATE OSS Disclosure Document CM_CI1 3rd Dec 2019 Contents 1 List of used Open Source Components. ............................................................................................... 6 2 Appendix - License Text ............................................................................................................... 133 2.1 BSD-4-Clause (University of California-Specific) ........................................................... 133 2.2 Academic Free Licensev. 2.1 ........................................................................................... 134 2.3 Academic Free License v1.1 ............................................................................................ 136 2.4 Apache License 1.1 ......................................................................................................... 138 2.5 Apache License 2.0 ......................................................................................................... 139 2.6 Apple Public Source License 1.1 ..................................................................................... 142 2.7 Artistic License 1.0 ......................................................................................................... 148 2.8 BSD 2-clause "Simplified" License .................................................................................. 151 2.9 BSD 3-clause "New" or "Revised" License...................................................................... 151 2.10 BSD-4-Clause (University of California-Specific) .................................................. 152 2.11 Bzip2 License ......................................................................................................... 152 2.12 Expat License ......................................................................................................... 153 2.13 Fine Free File Command License ........................................................................... 154 2.14 Freetype Project License ....................................................................................... 154 2.15 GCC Runtime Library Exception 3.1 to GPL 3.0 ..................................................... 156 2.16 GNU General Public License v2.0 only ................................................................... 165 2.17 GNU General Public License v2.0 or later .............................................................. 170 2.18 GNU General Public License v3.0 or later with Bison exception 2.2 ..................... 177 2.19 GNU Lesser General Public License v2.1 only........................................................ 185 2.20 GNU Library General Public License v2 or later ..................................................... 193 2.21 ICU License ............................................................................................................ 200 2.22 ISC License ............................................................................................................ 201 2.23 Independent JPEG Group License ......................................................................... 201 2.24 Info-ZIP Updated License ...................................................................................... 204 2.25 MFi Licenseing Program ........................................................................................ 205 2.26 MIT License............................................................................................................ 206 2.27 Mozilla Public License 2.0 ...................................................................................... 206 2.28 OSF - X Consortium License................................................................................... 211 2.29 OpenSSL Combined License .................................................................................. 212 2.30 OpenSceneGraph Public License, Version 0.0 ....................................................... 214 2.31 PCRE 5 License ...................................................................................................... 220 2.32 Public Domain ........................................................................................................ 221 2.33 Python License 2.0 ................................................................................................ 221 2.34 TCP Wrappers License ........................................................................................... 222 2.35 Copyleft-next 0.3.0 ................................................................................................ 222 2.36 curl License ............................................................................................................ 224 2.37 libpng License ........................................................................................................ 225 2.38 libtheora License ................................................................................................... 227 2.39 libtiff License ......................................................................................................... 227 2.40 zlib License ............................................................................................................ 228 Page- 2 © This is the exclusive property of ROBERT BOSCH ENGINEERING AND BUSINESS SOLUTIONS PRIVATE LIMITED. Without their consent, it may not be reproduced or given to third parties DATE OSS Disclosure Document rd CM_CI1 3 Dec 2019 2.41 Boost Software License - Version 1.0 .................................................................... 229 2.43 Unicode License ............................................................................................................. 229 2.44 FreeImage Public License - Version 1.0 ................................................................ 230 2.45 Unicode License for Data Files and Software ................................................................. 235 2.46 Lua 5.0 license ....................................................................................................... 237 2.47 NeuQuant Neural-Net Quantization Algorithm License ........................................ 237 2.48 License for Delaunay-Triangulation ...................................................................... 237 2.49 Eclipse Public License 1.0 ...................................................................................... 238 2.50 LGPL 2.1 or later with Qt Company LGPL Exception version 1.1 .......................... 241 2.51 Stunnel GPL 2.0 with Exception License ............................................................... 241 2.52 BSD-like license (libktx) ........................................................................................ 248 2.53 UTM ........................................................................................................................ 250 2.54 Eclipse Distribution License - v 1.0........................................................................ 250 2.55 OpenScene Graph .................................................................................................. 250 2.56 OSGEARTH SOFTWARE LICENSE ........................................................................... 256 3. Other Open Source Dependencies: ........................................................................................ 259 3.1.1 X Windows - XFree86 1.9 .................................................................................................. 259 3.1.2. Zlib - 1.1.4 ........................................................................................................................ 259 3.1.3.OpenSSL - 0.9.8x............................................................................................................... 259 3.1.4.SHA ................................................................................................................................... 259 3.1.5.AES .................................................................................................................................... 259 3.1.6.EAX .................................................................................................................................... 260 3.1.7.Expat - 2.0.1 ..................................................................................................................... 260 3.1.8.Libpng - 1.2.40 .................................................................................................................. 260 3.1.9.Libzip - 0.9 ........................................................................................................................ 260 3.1.10.JPEG - 6b ......................................................................................................................... 260 3.1.11 Libjpegturbo - 1.2.1 ........................................................................................................ 260 3.1.12 GCC libstdc++ - 4.1.2 .................................................................................................... 261 3.1.13 Keysymdef......................................................................................................................
Recommended publications
  • Linux Kernel and Driver Development Training Slides
    Linux Kernel and Driver Development Training Linux Kernel and Driver Development Training © Copyright 2004-2021, Bootlin. Creative Commons BY-SA 3.0 license. Latest update: October 9, 2021. Document updates and sources: https://bootlin.com/doc/training/linux-kernel Corrections, suggestions, contributions and translations are welcome! embedded Linux and kernel engineering Send them to [email protected] - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 1/470 Rights to copy © Copyright 2004-2021, Bootlin License: Creative Commons Attribution - Share Alike 3.0 https://creativecommons.org/licenses/by-sa/3.0/legalcode You are free: I to copy, distribute, display, and perform the work I to make derivative works I to make commercial use of the work Under the following conditions: I Attribution. You must give the original author credit. I Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. I For any reuse or distribution, you must make clear to others the license terms of this work. I Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above. Document sources: https://github.com/bootlin/training-materials/ - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 2/470 Hyperlinks in the document There are many hyperlinks in the document I Regular hyperlinks: https://kernel.org/ I Kernel documentation links: dev-tools/kasan I Links to kernel source files and directories: drivers/input/ include/linux/fb.h I Links to the declarations, definitions and instances of kernel symbols (functions, types, data, structures): platform_get_irq() GFP_KERNEL struct file_operations - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 3/470 Company at a glance I Engineering company created in 2004, named ”Free Electrons” until Feb.
    [Show full text]
  • SUSE Linux Enterprise Server 11 SP4 System Analysis and Tuning Guide System Analysis and Tuning Guide SUSE Linux Enterprise Server 11 SP4
    SUSE Linux Enterprise Server 11 SP4 System Analysis and Tuning Guide System Analysis and Tuning Guide SUSE Linux Enterprise Server 11 SP4 Publication Date: September 24, 2021 SUSE LLC 1800 South Novell Place Provo, UT 84606 USA https://documentation.suse.com Copyright © 2006– 2021 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or (at your option) version 1.3; with the Invariant Section being this copyright notice and license. A copy of the license version 1.2 is included in the section entitled “GNU Free Documentation License”. For SUSE trademarks, see http://www.suse.com/company/legal/ . All other third party trademarks are the property of their respective owners. A trademark symbol (®, ™ etc.) denotes a SUSE or Novell trademark; an asterisk (*) denotes a third party trademark. All information found in this book has been compiled with utmost attention to detail. However, this does not guarantee complete accuracy. Neither SUSE LLC, its aliates, the authors nor the translators shall be held liable for possible errors or the consequences thereof. Contents About This Guide xi 1 Available Documentation xii 2 Feedback xiv 3 Documentation Conventions xv I BASICS 1 1 General Notes on System Tuning 2 1.1 Be Sure What Problem to Solve 2 1.2 Rule Out Common Problems 3 1.3 Finding the Bottleneck 3 1.4 Step-by-step Tuning 4 II SYSTEM MONITORING 5 2 System Monitoring Utilities 6 2.1 Multi-Purpose Tools 6 vmstat 7
    [Show full text]
  • Red Hat Enterprise Linux for Real Time 7 Tuning Guide
    Red Hat Enterprise Linux for Real Time 7 Tuning Guide Advanced tuning procedures for Red Hat Enterprise Linux for Real Time Radek Bíba David Ryan Cheryn Tan Lana Brindley Alison Young Red Hat Enterprise Linux for Real Time 7 Tuning Guide Advanced tuning procedures for Red Hat Enterprise Linux for Real Time Radek Bíba Red Hat Customer Content Services [email protected] David Ryan Red Hat Customer Content Services [email protected] Cheryn Tan Red Hat Customer Content Services Lana Brindley Red Hat Customer Content Services Alison Young Red Hat Customer Content Services Legal Notice Copyright © 2015 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
    [Show full text]
  • Linux Kernel Development
    Linux Kernel Development Third Edition Developer’s Library ESSENTIAL REFERENCES FOR PROGRAMMING PROFESSIONALS Developer’s Library books are designed to provide practicing programmers with unique, high-quality references and tutorials on the programming languages and technologies they use in their daily work. All books in the Developer’s Library are written by expert technology practitioners who are especially skilled at organizing and presenting information in a way that’s useful for other programmers. Key titles include some of the best, most widely acclaimed books within their topic areas: PHP & MySQL Web Development Python Essential Reference Luke Welling & Laura Thomson David Beazley ISBN 978-0-672-32916-6 ISBN-13: 978-0-672-32978-6 MySQL Programming in Objective-C 2.0 Paul DuBois Stephen G. Kochan ISBN-13: 978-0-672-32938-8 ISBN-13: 978-0-321-56615-7 Linux Kernel Development PostgreSQL Robert Love Korry Douglas ISBN-13: 978-0-672-32946-3 ISBN-13: 978-0-672-33015-5 Developer’s Library books are available at most retail and online bookstores, as well as by subscription from Safari Books Online at safari.informit.com Developer’s Library informit.com/devlibrary Linux Kernel Development Third Edition Robert Love Upper Saddle River, NJ • Boston • Indianapolis • San Francisco New York • Toronto • Montreal • London • Munich • Paris • Madrid Cape Town • Sydney • Tokyo • Singapore • Mexico City Linux Kernel Development Acquisitions Editor Third Edition Mark Taber Development Copyright © 2010 Pearson Education, Inc. Editor All rights reserved. Printed in the United States of America. This publication is protected by Michael Thurston copyright, and permission must be obtained from the publisher prior to any prohibited repro- Technical Editor duction, storage in a retrieval system, or transmission in any form or by any means, elec- Robert P.
    [Show full text]
  • The GNU General Public License (GPL) Does Govern All Other Use of the Material That Constitutes the Autoconf Macro
    Notice About this document The following copyright statements and licenses apply to software components that are distributed with various versions of the StorageGRID PreGRID Environment products. Your product does not necessarily use all the software components referred to below. Where required, source code is published at the following location: ftp://ftp.netapp.com/frm-ntap/opensource/ 215-10078_A0_ur001-Copyright 2015 NetApp, Inc. All rights reserved. 1 Notice Copyrights and licenses The following component is subject to the BSD 1.0 • Free BSD - 44_lite BSD 1.0 Copyright (c) 1982, 1986, 1990, 1991, 1993 The Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. • All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors. • Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    [Show full text]
  • Interaction Between the User and Kernel Space in Linux
    1 Interaction Between the User and Kernel Space in Linux Kai Lüke, Technische Universität Berlin F Abstract—System calls based on context switches from user to kernel supported in POSIX as well as System V style. A very space are the established concept for interaction in operating systems. common principle for IPC are sockets, and pipes can be seen On top of them the Linux kernel offers various paradigms for commu- as their most simple case. Besides the popular IP family with nication and management of resources and tasks. The principles and TCP/UDP, the local Unix domain sockets play a big role basic workings of system calls, interrupts, virtual system calls, special for many applications, while Netlink sockets are specific purpose virtual filesystems, process signals, shared memory, pipes, Unix or IP sockets and other IPC methods like the POSIX or System V to the Linux kernel and are not often found in user space message queue and Netlink are are explained and related to each other applications due to portability to other operating systems. in their differences. Because Linux is not a puristic project but home for There have been attempts to bring the D-BUS IPC into many different concepts, only a mere overview is presented here with the kernel with a Netlink implementation, kdbus and then focus on system calls. Bus1, but this will not be covered here. Also comparative studies with other operating systems are out of scope. 1 INTRODUCTION 2 KERNEL AND USER SPACE ERNELS in the Unix family are normally not initiating K any actions with outside effects, but rely on requests The processes have virtualized access to the memory as well from user space to perform these actions.
    [Show full text]
  • Download File
    Software Engineering Methodologies and Life Scott Lennon COMSE6156 { Columbia University sl3796; New York, USA } [email protected] *Abstract ~ The paradigms of design patterns and methodologies result in better code quality. We will also focus software engineering methodologies are methods that apply on research that examines code to determine which model to areas outside the software space. As a business owner and produces code with less security vulnerabilities, and is cohesive student, I implement many software principles daily in both to industry compliance standards. My conclusions shall draw a my work and personal life. After experiencing the power of direct nexus for the reader between models within the software Agile methodologies outside the scope of software engineering paradigm and their use outside of the scope of engineering, I always think about how I can integrate the software development. I will underscore a variety of themes, computer science skills that I am learning at Columbia in including personal experience and a case study measuring effectiveness of paradigm implementation. I will present studies my life. For my study, I seek to learn about other software using Agile methods for child rearing [3] to enable the reader to engineering development processes that can be useful in life. see possible correlations of software engineering methodologies I theorize that if a model such as Agile can provide me with as it can apply to challenges in life. I have used myself as an useful tools, then a model that the government and most of ongoing case study, a study which undoubtedly will last far the world trusts should have paradigms I can learn with as longer than the Spring semester of 2016.
    [Show full text]
  • Project Utopia
    Project Utopia http://0-delivery.acm.org.innopac.lib.ryerson.ca/10.1145/1100000/10901... Project Utopia Robert Love Abstract Users—what will they plug in next? Robert is making the computer make sense of hardware, so you don't have to. For the better part of a decade, Linux enthusiasts have waxed poetic on the inherent greatness and looming success of Desktop Linux. Our kernel is so robust! Our applications are infinitely configurable! This is the year of Desktop Linux! Who would ever use Microsoft Windows? These claims and similar—particularly when made back in the 20th century—seem, in retrospect, so trite. Not that I stand righteous—oh no, I laid the praise down as thick as anyone else did. I too was a convert. At least, I did until I realized that hardware support in Linux was awful. Like a deck of cards, my rosy view of Desktop Linux came crashing down, making an 180 degree turn from glowing to ghastly. Heartbroken, I cried myself to sleep every night and went on an inexplicable diet consisting only of cheese and pudding. But this did not last long. One day, the Linux community decided to do something about it. We outlined a plan not only to reach feature parity with the other desktop operating systems, but also to surpass them. Hardware support has come a long way in the last year and a half. This is the story of just how far. A Past Since Forgotten The steps for installing a new hardware peripheral on a Mac might go a bit like this: Step 1: plug hardware in to Mac.
    [Show full text]
  • 30240 - Embedded Systems II
    30240 - Embedded Systems II Información del Plan Docente Academic Year 2017/18 Faculty / School 110 - Escuela de Ingeniería y Arquitectura Degree 439 - Bachelor's Degree in Informatics Engineering ECTS 6.0 Year 4 Semester Indeterminate Subject Type Compulsory Module --- 1.General information 1.1.Introduction 1.2.Recommendations to take this course 1.3.Context and importance of this course in the degree 1.4.Activities and key dates 2.Learning goals 2.1.Learning goals 2.2.Importance of learning goals 3.Aims of the course and competences 3.1.Aims of the course 3.2.Competences 4.Assessment (1st and 2nd call) 4.1.Assessment tasks (description of tasks, marking system and assessment criteria) 5.Methodology, learning tasks, syllabus and resources 5.1.Methodological overview The learning process designed for this course relies on lectures, problems, assignments and computer lab sessions. Subject overview and theoretical fundations are introduced in lectures, closely referred to case studies. 30240 - Embedded Systems II Problems sessions foster the participation of the students. Lab sessions are organized in reduced groups, where the student sets up, program and check the systems. In order to foster continuous and autonomous learning, there can be additional learning activities throughout the course's period. 5.2.Learning tasks The course's program encompasses the following activities 1. On-site activities: 2.4 ECTS (60 hours) a) Regular classes and lectures (30 h) Presentation of theoretical and practical contents, illustrated with case studies and fostering the participation of the students. b) Problem-solving sessions (12 h) The students will get involved in problem solving related to the theoretical contents.
    [Show full text]
  • Bibliography B Bibliography
    ,appb.13438 Page 168 Friday, December 1, 2006 10:13 AM Appendix BBibliography B Bibliography Most of the information in this book has been extracted from the kernel docu- mentation and source code. This is the best place for information on how to build and install the kernel and is usually kept up to date when things in the build procedure change. Books There are a number of very good Linux kernel programming books available,but only a few that deal with building and installing the kernel. Here is a list of books that I have found useful when dealing with the Linux kernel. General Linux Books Ellen Siever,Aaron Weber,Stephen Figgins,Robert Love,and Arnold Robbins. Linux in a Nutshell (O’Reilly), 2005. This book has the most complete and authoritative command reference for Linux. It covers almost every single command that you will ever need to use. Yaghmour, Karim. Building Embedded Linux Systems (O’Reilly), 2003. This book,although mainly oriented toward the embedded Linux developer, has a great section on how to build up a cross-compiler toolchain and kernel. It is highly recommended for that section,as well as for other portions of the book that are valuable to people wishing to learn more about how to customize a Linux kernel and the rest of the system. 168 ,appb.13438 Page 169 Friday, December 1, 2006 10:13 AM Linux Kernel Books Most of these books are oriented toward the programmer who is interested in learning how to program within the kernel. They are much more technically oriented than this book,but are a great place to start if you wish to learn more about the code that controls the kernel.
    [Show full text]
  • Locking in Linux Kernel
    Locking in Linux kernel Galois @ USTC Linux Users Group [email protected] Slides are powered by OpenOffice.org+Linux+GNU+X31-150$ Copyright © 2005 Galois Y.F. Zheng Permissions is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be downloaded from GNU's home: http://www.gnu.org/licenses/fdl.txt Locking in Linux kernel • OS review: Kernel Control Paths • Locking in Linux • Locking and Coding • Conclusions OS review: Kernel Control Paths cpu, operating system, and human • CPU is stupid, running endlessly! • But the codes in RAM is intelligent. (They compete for CPU resources.) • We people control the codes. endless rotating elevator: CPU 2 2nd floor 2 3 1 “CPU” running endlessly 3 1 entrance 4 4 1st floor Human exit ... X : Codes 1 1 2 3 4 : Kernel Control Path 1 X : Codes 2 1 2 ... 3 4 : Kernel Control Path 2 OS review: Kernel Control Paths Pre-KCP: What is Kernel Control Path ? • Interrupt handlers • Exception handlers • User-space threads in kernel(system calls) • Kernel threads(idle, work queue, pdflush…) • Bottom halves(soft irq, tasklet,BH...) Post-KCP: Is mm subsystem a KCP? NO, But mm codes are called by KCP. OS review: Kernel Control Paths What is the composition of a kernel? • Kernel Control Paths(KCP). • Kernel Data (global or local). • Kernel Codes called by the KCPs.
    [Show full text]
  • Open Source Software License Information
    Open Source Software license information This document contains an open source software license information for the product VACUU·SELECT. The product VACUU·SELECT contains open source components which are licensed under the applicable open source licenses. The applicable open source licenses are listed below. The open source software licenses are granted by the respective right holders directly. The open source licenses prevail all other license information with regard to the respective open source software components contained in the product. Modifications of our programs which are linked to LGPL libraries are permitted for the customer's own use and reverse engineering for debugging such modifications. However, forwarding the information acquired during reverse engineering or debugging to third parties is prohibited. Furthermore, it is prohibited to distribute modified versions of our programs. In any case, the warranty for the product VACUU·SELECT will expire, as long as the customer cannot prove that the defect would also occur without these modification. WARRANTY DISCLAIMER THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the applicable licenses for more details. Written offer This product VACUU·SELECT contains software components that are licensed by the holder of the rights as free software, or Open Source software, under GNU General Public License, Versions 2 and 3, or GNU Lesser General Public License, Versions 2.1, or GNU Library General Public License, Version 2, respectively. The source code for these software components can be obtained from us on a data carrier (e.g.
    [Show full text]