diff --git a/AUTHORS b/AUTHORS index 4b08163..98b1dc4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ * Alexander Vdolainen * Win32/64 porting: Eugene Tarasov + * Tests: Leonid E. diff --git a/include/sxmp/errno.h b/include/sxmp/errno.h index b7bafb9..4b4c62d 100644 --- a/include/sxmp/errno.h +++ b/include/sxmp/errno.h @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/include/sxmp/limits.h b/include/sxmp/limits.h index 19330a5..35c2859 100644 --- a/include/sxmp/limits.h +++ b/include/sxmp/limits.h @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/include/sxmp/sxmp.h b/include/sxmp/sxmp.h index 41d9eba..2ca3519 100644 --- a/include/sxmp/sxmp.h +++ b/include/sxmp/sxmp.h @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/include/sxmp/version.h b/include/sxmp/version.h index 9963531..a2275f9 100644 --- a/include/sxmp/version.h +++ b/include/sxmp/version.h @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/lib/channel.c b/lib/channel.c index c6a8ef9..370e7d6 100644 --- a/lib/channel.c +++ b/lib/channel.c @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/lib/internal.h b/lib/internal.h index 101e8c2..336b053 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -1,3 +1,22 @@ +/* + * + * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; + */ + #ifndef __SXMPL_INTERNAL_H__ #define __SXMPL_INTERNAL_H__ diff --git a/lib/link.c b/lib/link.c index a03ae90..b175375 100644 --- a/lib/link.c +++ b/lib/link.c @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/lib/message.c b/lib/message.c index 84e9cb6..c2fa2f7 100644 --- a/lib/message.c +++ b/lib/message.c @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/lib/rpc.c b/lib/rpc.c index 9025b79..701a85f 100644 --- a/lib/rpc.c +++ b/lib/rpc.c @@ -1,8 +1,21 @@ /* * Secure X Message Passing Library v2 implementation. - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; + * */ #include diff --git a/lib/sxmplv2.c b/lib/sxmplv2.c index 062ee3d..72679db 100644 --- a/lib/sxmplv2.c +++ b/lib/sxmplv2.c @@ -5,9 +5,21 @@ * - new features such as pulse emitting * - performance optimization * - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; * */ diff --git a/lib/uuid.c b/lib/uuid.c index 2bf2e70..a7b73f5 100644 --- a/lib/uuid.c +++ b/lib/uuid.c @@ -1,8 +1,21 @@ /* * Secure X Message Passing Library v2 implementation. - * This is a proprietary software. See COPYING for further details. - * * (c) Askele Group 2013-2015 + * (c) Alexander Vdolainen 2013-2015 + * + * libsxmp is free software: 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, either version 3 of the License, or + * (at your option) any later version. + * + * libsxmp 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 GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see ."; + * */ #include