Hi, I want to confirm someting! Firtstly, how to comply with the ASL? Then, do the GNU C Library, the GNU ISO C++ Library and the software of the Open Group conform the ASL?
Our project ------ Bluesky Project---------- include many software library of above three, such as : stdio <stdio.h> stdlib.h string <string.h> sys/ioctl.h sys/mman.h sys/poll.h sys/socket.h sys/soundcard.h sys/stat.h sys/time.h sys/types.h sys/un.h time.h unistd.h After looking into, we found that most of them are declared that " you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation". So are they LGPL? These are puzzling us!
