This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

License for \newlib\libc\time


Hello,

I use some functions from "\newlib\libc\time"

- __tzinfo_type *__gettzinfo (void)
- struct tm *_DEFUN (_mktm_r, (tim_p, res, is_gmtime), _CONST time_t *
tim_p _AND struct tm *res _AND int is_gmtime)
- int _DEFUN (__tzcalc_limits, (year), int year)
- struct tm * _DEFUN (gmtime_r, (tim_p, res), _CONST time_t * tim_p _AND
struct tm *res)
- struct tm * _DEFUN (localtime_r, (tim_p, res), _CONST time_t * tim_p
_AND struct tm *res)

Can someone tell me, which copyrights/licenses I must copy to my
src/documentation? Must I copy the whole COPYING.NEWLIB or is it enough
to copy the licenses which are relevant for the used functions? But then
I must know, which licenses is relevant for the respective functions.

Wbr
Heiko

-- 
http://www.fastmail.fm - And now for something completely different?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]