commit 26a7d3bdaebe3e41ddc7b6fb497b7f711377f608 parent aa0d1d3470904b6095e9cd0eaad09cb17dfe3989 Author: vaplv <vaplv@free.fr> Date: Sun, 5 Oct 2014 18:29:43 +0200 Update the license file header Replace the generic "This program" name by "The RSys library" Diffstat:
63 files changed, 189 insertions(+), 189 deletions(-)
diff --git a/src/binary_heap.h b/src/binary_heap.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #if !defined(BHEAP_DATA) && !defined(BHEAP_NAME) #ifndef BINARY_HEAP_H diff --git a/src/clock_time.c b/src/clock_time.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #define _POSIX_C_SOURCE 200112L #include "rsys.h" diff --git a/src/clock_time.h b/src/clock_time.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef TIME_H #define TIME_H diff --git a/src/condition.h b/src/condition.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef CONDITION_H #define CONDITION_H diff --git a/src/dynamic_array.h b/src/dynamic_array.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #if !defined(DARRAY_NAME) && !defined(DARRAY_DATA) #ifndef DYNAMIC_ARRAY_H diff --git a/src/dynamic_array_char.h b/src/dynamic_array_char.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DYNAMIC_ARRRAY_CHAR_H #define DYNAMIC_ARRRAY_CHAR_H diff --git a/src/dynamic_array_float.h b/src/dynamic_array_float.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DYNAMIC_ARRRAY_FLOAT_H #define DYNAMIC_ARRRAY_FLOAT_H diff --git a/src/dynamic_array_size_t.h b/src/dynamic_array_size_t.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DYNAMIC_ARRRAY_SIZE_T_H #define DYNAMIC_ARRRAY_SIZE_T_H diff --git a/src/dynamic_array_u32.h b/src/dynamic_array_u32.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DYNAMIC_ARRRAY_U32_H #define DYNAMIC_ARRRAY_U32_H diff --git a/src/dynamic_array_u64.h b/src/dynamic_array_u64.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DYNAMIC_ARRRAY_U64_H #define DYNAMIC_ARRRAY_U64_H diff --git a/src/dynamic_array_uchar.h b/src/dynamic_array_uchar.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef DYNAMIC_ARRRAY_UCHAR_H #define DYNAMIC_ARRRAY_UCHAR_H diff --git a/src/float2.h b/src/float2.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLOAT2_H #define FLOAT2_H diff --git a/src/float22.h b/src/float22.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLOAT22_H #define FLOAT22_H diff --git a/src/float3.h b/src/float3.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLOAT3_H #define FLOAT3_H diff --git a/src/float33.h b/src/float33.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLOAT33_H #define FLOAT33_H diff --git a/src/float4.h b/src/float4.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLOAT4_H #define FLOAT4_H diff --git a/src/float44.c b/src/float44.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float44.h" diff --git a/src/float44.h b/src/float44.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FLOAT44_H #define FLOAT44_H diff --git a/src/floatX.h b/src/floatX.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ /* * Internal header used to generate funcs on float vector of X dimensions diff --git a/src/floatXY.h b/src/floatXY.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ /* * Internal header used to generate funcs on column major float matrix of X x Y diff --git a/src/free_list.h b/src/free_list.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef FITEM_TYPE /* diff --git a/src/hash.h b/src/hash.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef HASH_H #define HASH_H diff --git a/src/hash_table.h b/src/hash_table.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #if !defined(HTABLE_NAME) && !defined(HTABLE_KEY) && !defined(HTABLE_DATA) #ifndef HASH_TABLE_H diff --git a/src/image.c b/src/image.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #define _POSIX_C_SOURCE 200112L /* snprintf support */ #include "image.h" diff --git a/src/image.h b/src/image.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef IMAGE_H #define IMAGE_H diff --git a/src/library.c b/src/library.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "library.h" diff --git a/src/library.h b/src/library.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LIBRARY_H #define LIBRARY_H diff --git a/src/list.h b/src/list.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LIST_H #define LIST_H diff --git a/src/logger.c b/src/logger.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #define _POSIX_C_SOURCE 200112L /* vsnprintf support */ #include "logger.h" diff --git a/src/logger.h b/src/logger.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef LOGGER_H #define LOGGER_H diff --git a/src/math.h b/src/math.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef MATH_H #define MATH_H diff --git a/src/mem_allocator.c b/src/mem_allocator.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #define _POSIX_C_SOURCE 200112L /* snprintf support */ #include "mem_allocator.h" diff --git a/src/mem_allocator.h b/src/mem_allocator.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef MEM_ALLOCATOR_H #define MEM_ALLOCATOR_H diff --git a/src/mutex.h b/src/mutex.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef MUTEX_H #define MUTEX_H diff --git a/src/pthread/pthread_condition.c b/src/pthread/pthread_condition.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "../condition.h" #include "../mem_allocator.h" diff --git a/src/pthread/pthread_mutex.c b/src/pthread/pthread_mutex.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #define _POSIX_C_SOURCE 200112L /* Spin lock and mutex rw */ #include "../mem_allocator.h" diff --git a/src/ref_count.h b/src/ref_count.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef REF_COUNT_H #define REF_COUNT_H diff --git a/src/rsys.h b/src/rsys.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef RSYS_H #define RSYS_H diff --git a/src/signal.h b/src/signal.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SIGNAL_H #define SIGNAL_H diff --git a/src/str.c b/src/str.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "str.h" #include <string.h> diff --git a/src/str.h b/src/str.h @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifndef STR_H #define STR_H diff --git a/src/test_atomic.c b/src/test_atomic.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "rsys.h" diff --git a/src/test_binary_heap.c b/src/test_binary_heap.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "binary_heap.h" #include "str.h" diff --git a/src/test_condition.c b/src/test_condition.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "condition.h" #include "list.h" diff --git a/src/test_dynamic_array.c b/src/test_dynamic_array.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "dynamic_array.h" #include "test_utils.h" diff --git a/src/test_float2.c b/src/test_float2.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float2.h" #include "rsys.h" diff --git a/src/test_float22.c b/src/test_float22.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float22.h" #include "rsys.h" diff --git a/src/test_float3.c b/src/test_float3.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float3.h" #include "rsys.h" diff --git a/src/test_float33.c b/src/test_float33.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float33.h" #include "rsys.h" diff --git a/src/test_float4.c b/src/test_float4.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float4.h" #include "rsys.h" diff --git a/src/test_float44.c b/src/test_float44.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "float44.h" #include "rsys.h" diff --git a/src/test_free_list.c b/src/test_free_list.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "rsys.h" #include "free_list.h" diff --git a/src/test_hash_table.c b/src/test_hash_table.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "dynamic_array_char.h" #include "hash.h" diff --git a/src/test_library.c b/src/test_library.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #ifdef TEST_LIBRARY_BUILD_LIB #include "rsys.h" diff --git a/src/test_list.c b/src/test_list.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "list.h" #include "mem_allocator.h" diff --git a/src/test_logger.c b/src/test_logger.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "logger.h" #include "test_utils.h" diff --git a/src/test_math.c b/src/test_math.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "math.h" diff --git a/src/test_mem_allocator.c b/src/test_mem_allocator.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "mem_allocator.h" #include "rsys.h" diff --git a/src/test_mutex.c b/src/test_mutex.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "clock_time.h" #include "mutex.h" diff --git a/src/test_ref.c b/src/test_ref.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "ref_count.h" diff --git a/src/test_signal.c b/src/test_signal.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "mem_allocator.h" #include "signal.h" diff --git a/src/test_str.c b/src/test_str.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "str.h" #include "test_utils.h" diff --git a/src/test_time.c b/src/test_time.c @@ -1,17 +1,17 @@ /* Copyright (C) 2013-2014 Vincent Forest (vaplv@free.fr) * - * This program is free software: you can redistribute it and/or modify + * The RSys library 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. * - * This program is distributed in the hope that it will be useful, + * The RSys library 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 <http://www.gnu.org/licenses/>. */ + * along with the RSys library. If not, see <http://www.gnu.org/licenses/>. */ #include "clock_time.h" #include <stdlib.h>