Part Number: SYSBIOS
while scanning the code for foss licenses on sysbios code, some questions came up on :
this license on ti/targets/std.h,
is any copylefteffect? if yes, are copylefteffect the possibilitie to disclose the sourcecode of all files and components triggered by the copyleft effect.?
the obligations of the epl1.0 license are fulfilled?
/*
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* www.eclipse.org/.../epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* */
/*
* ======== ti/targets/std.h ========
* Standard types for supported TI compilers
*
*/
under /ti_components/os_tools/bios_6_42_02_29/packages/ti/bios/log.c
/*
* Copyright (c) 1992-2004 by P.J. Plauger. ALL RIGHTS RESERVED.
* Consult your license regarding permissions and restrictions.
V4.02:1476 */
does ti or the software made using this source code has permission to use the commented code above?
thanks